mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
build: Fix out-of-tree build
Previous commits broke the out-of-tree build on padsp.
This commit is contained in:
parent
5710d6deeb
commit
d9cd26f676
3 changed files with 7 additions and 7 deletions
1
src/.gitignore
vendored
1
src/.gitignore
vendored
|
|
@ -16,6 +16,7 @@ gconf-helper
|
||||||
pacat
|
pacat
|
||||||
pacmd
|
pacmd
|
||||||
pactl
|
pactl
|
||||||
|
padsp
|
||||||
paplay
|
paplay
|
||||||
pasuspender
|
pasuspender
|
||||||
pax11publish
|
pax11publish
|
||||||
|
|
|
||||||
|
|
@ -764,15 +764,15 @@ libpulse_mainloop_glib_la_LDFLAGS = $(AM_LDFLAGS) $(VERSIONING_LDFLAGS) -version
|
||||||
if HAVE_OSS_WRAPPER
|
if HAVE_OSS_WRAPPER
|
||||||
padsplibdir = $(pkglibdir)
|
padsplibdir = $(pkglibdir)
|
||||||
padsplib_LTLIBRARIES = libpulsedsp.la
|
padsplib_LTLIBRARIES = libpulsedsp.la
|
||||||
bin_SCRIPTS += utils/padsp
|
bin_SCRIPTS += padsp
|
||||||
|
|
||||||
edit = @sed \
|
edit = @SED@ \
|
||||||
-e "s|@pkglibdir[@]|$(pkglibdir)|g"
|
-e "s|@pkglibdir[@]|$(pkglibdir)|g"
|
||||||
|
|
||||||
utils/padsp: utils/padsp.in
|
padsp: utils/padsp.in
|
||||||
$(edit) $< > $@
|
$(edit) $< > $@
|
||||||
|
|
||||||
CLEANFILES += utils/padsp
|
CLEANFILES += padsp
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
@ -2011,4 +2011,4 @@ $(installmodlibexecLTLIBRARIES): install-pkglibLTLIBRARIES
|
||||||
installpadsplibLTLIBRARIES = install-padsplibLTLIBRARIES
|
installpadsplibLTLIBRARIES = install-padsplibLTLIBRARIES
|
||||||
$(installpadsplibLTLIBRARIES): install-libLTLIBRARIES
|
$(installpadsplibLTLIBRARIES): install-libLTLIBRARIES
|
||||||
|
|
||||||
.PHONY: utils/padsp massif update-all update-ffmpeg update-sbc update-map-file
|
.PHONY: padsp massif update-all update-ffmpeg update-sbc update-map-file
|
||||||
|
|
|
||||||
1
src/utils/.gitignore
vendored
1
src/utils/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
||||||
padsp
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue