mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-14 06:59:53 -05:00
Revert r1398 as it broke the srcdir != builddir patch. New fix that doesn't
use the $(mkdir_p) define as it isn't present on many systems. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1399 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
534eeb181e
commit
71a6ceb29b
1 changed files with 3 additions and 0 deletions
|
|
@ -1006,6 +1006,9 @@ EXTRA_DIST += $(SYMDEF_FILES)
|
|||
BUILT_SOURCES += $(SYMDEF_FILES)
|
||||
|
||||
$(SYMDEF_FILES): modules/module-defs.h.m4
|
||||
mkdir modules
|
||||
mkdir modules/gconf
|
||||
mkdir modules/rtp
|
||||
$(M4) -Dfname="$@" $< > $@
|
||||
|
||||
# Simple protocol
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue