mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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:
parent
e92b0ae3f0
commit
a206ac0fb5
1 changed files with 5 additions and 5 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue