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.
This commit is contained in:
Marc-André Lureau 2009-01-08 12:28:20 +02:00
parent e92b0ae3f0
commit a206ac0fb5

View file

@ -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) \