diff options
-rw-r--r-- | src/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0b5abb27..48f22228 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -47,11 +47,11 @@ endif AM_CFLAGS = \ -I$(top_srcdir)/src \ - -I$(top_builddir)/src/modules \ - -I$(top_builddir)/src/modules/rtp \ - -I$(top_builddir)/src/modules/gconf \ - -I$(top_builddir)/src/modules/bluetooth \ - -I$(top_builddir)/src/modules/raop \ + -I$(top_srcdir)/src/modules \ + -I$(top_srcdir)/src/modules/rtp \ + -I$(top_srcdir)/src/modules/gconf \ + -I$(top_srcdir)/src/modules/bluetooth \ + -I$(top_srcdir)/src/modules/raop \ $(PTHREAD_CFLAGS) -D_POSIX_PTHREAD_SEMANTICS \ $(LTDLINCL) \ $(LIBSAMPLERATE_CFLAGS) \ |