[polypaudio-commits] r868 - /trunk/src/Makefile.am
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Sun May 14 23:41:27 PDT 2006
Author: ossman
Date: Mon May 15 08:41:27 2006
New Revision: 868
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=868&root=polypaudio&view=rev
Log:
module-volume-restore uses regexp() so make sure it's only built on systems
that have it.
Modified:
trunk/src/Makefile.am
Modified: trunk/src/Makefile.am
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/Makefile.am?rev=868&root=polypaudio&r1=867&r2=868&view=diff
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Mon May 15 08:41:27 2006
@@ -744,8 +744,7 @@
module-null-sink.la \
module-esound-sink.la \
module-http-protocol-tcp.la \
- module-detect.la \
- module-volume-restore.la
+ module-detect.la
# See comment at librtp.la above
if !OS_IS_WIN32
@@ -777,7 +776,8 @@
if HAVE_REGEX
modlib_LTLIBRARIES += \
- module-match.la
+ module-match.la \
+ module-volume-restore.la
endif
if HAVE_X11
More information about the pulseaudio-commits
mailing list