mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Merge commit '7104d54bbc'
This commit is contained in:
commit
96f01bf73f
1 changed files with 6 additions and 4 deletions
|
|
@ -47,10 +47,15 @@ endif
|
||||||
|
|
||||||
AM_CFLAGS = \
|
AM_CFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
|
-I$(top_builddir)/src \
|
||||||
-I$(top_srcdir)/src/modules \
|
-I$(top_srcdir)/src/modules \
|
||||||
|
-I$(top_builddir)/src/modules \
|
||||||
-I$(top_srcdir)/src/modules/rtp \
|
-I$(top_srcdir)/src/modules/rtp \
|
||||||
|
-I$(top_builddir)/src/modules/rtp \
|
||||||
-I$(top_srcdir)/src/modules/gconf \
|
-I$(top_srcdir)/src/modules/gconf \
|
||||||
|
-I$(top_builddir)/src/modules/gconf \
|
||||||
-I$(top_srcdir)/src/modules/bluetooth \
|
-I$(top_srcdir)/src/modules/bluetooth \
|
||||||
|
-I$(top_builddir)/src/modules/bluetooth \
|
||||||
-I$(top_srcdir)/src/modules/raop \
|
-I$(top_srcdir)/src/modules/raop \
|
||||||
$(PTHREAD_CFLAGS) -D_POSIX_PTHREAD_SEMANTICS \
|
$(PTHREAD_CFLAGS) -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
$(LTDLINCL) \
|
$(LTDLINCL) \
|
||||||
|
|
@ -1070,10 +1075,7 @@ EXTRA_DIST += $(SYMDEF_FILES)
|
||||||
BUILT_SOURCES += $(SYMDEF_FILES)
|
BUILT_SOURCES += $(SYMDEF_FILES)
|
||||||
|
|
||||||
$(SYMDEF_FILES): modules/module-defs.h.m4
|
$(SYMDEF_FILES): modules/module-defs.h.m4
|
||||||
$(MKDIR_P) modules
|
$(MKDIR_P) $(dir $@)
|
||||||
$(MKDIR_P) modules/gconf
|
|
||||||
$(MKDIR_P) modules/rtp
|
|
||||||
$(MKDIR_P) modules/bluetooth
|
|
||||||
$(M4) -Dfname="$@" $< > $@
|
$(M4) -Dfname="$@" $< > $@
|
||||||
|
|
||||||
# Flat volume
|
# Flat volume
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue