From a206ac0fb58d757da30897ca9a64ae642d1865d1 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 8 Jan 2009 12:28:20 +0200 Subject: build: Don't include builddir, but only srcdir. I guess it used to be builddir because some of the files under src/modules are generated. However, they are generated at dist time, not at compile time. --- src/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/Makefile.am') 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) \ -- cgit