]> code.delx.au - pulseaudio/commitdiff
build: Fix out-of-tree build
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 20 Feb 2012 13:53:47 +0000 (19:23 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 20 Feb 2012 13:53:47 +0000 (19:23 +0530)
Previous commits broke the out-of-tree build on padsp.

src/.gitignore
src/Makefile.am
src/utils/.gitignore [deleted file]

index cbde0677fd69b3e058fa0317522b2bba49d24930..f77749b49c1ef2b7a932e67a25ad6340d7896e53 100644 (file)
@@ -16,6 +16,7 @@ gconf-helper
 pacat
 pacmd
 pactl
+padsp
 paplay
 pasuspender
 pax11publish
index 39e9522f651fbb64c7d04b6a28b43a8b8ca9c50c..603ccc3cfc84de30f9d328fef936c90c09cbe603 100644 (file)
@@ -764,15 +764,15 @@ libpulse_mainloop_glib_la_LDFLAGS = $(AM_LDFLAGS) $(VERSIONING_LDFLAGS) -version
 if HAVE_OSS_WRAPPER
 padsplibdir = $(pkglibdir)
 padsplib_LTLIBRARIES = libpulsedsp.la
-bin_SCRIPTS += utils/padsp
+bin_SCRIPTS += padsp
 
-edit = @sed \
+edit = @SED@ \
        -e "s|@pkglibdir[@]|$(pkglibdir)|g"
 
-utils/padsp: utils/padsp.in
-       $(edit) $< >$@
+padsp: utils/padsp.in
+       $(edit) $< > $@
 
-CLEANFILES += utils/padsp
+CLEANFILES += padsp
 
 endif
 
@@ -2011,4 +2011,4 @@ $(installmodlibexecLTLIBRARIES): install-pkglibLTLIBRARIES
 installpadsplibLTLIBRARIES = install-padsplibLTLIBRARIES
 $(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
diff --git a/src/utils/.gitignore b/src/utils/.gitignore
deleted file mode 100644 (file)
index 1bf1c53..0000000
+++ /dev/null
@@ -1 +0,0 @@
-padsp