undo r868
authorLennart Poettering <lennart@poettering.net>
Mon, 15 May 2006 12:45:55 +0000 (12:45 +0000)
committerLennart Poettering <lennart@poettering.net>
Mon, 15 May 2006 12:45:55 +0000 (12:45 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@871 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/Makefile.am

index e2880ac..903359a 100644 (file)
@@ -744,7 +744,8 @@ modlib_LTLIBRARIES += \
                module-null-sink.la \
                module-esound-sink.la \
                module-http-protocol-tcp.la \
-               module-detect.la
+               module-detect.la \
+               module-volume-restore.la
 
 # See comment at librtp.la above
 if !OS_IS_WIN32
@@ -776,8 +777,7 @@ endif
 
 if HAVE_REGEX
 modlib_LTLIBRARIES += \
-               module-match.la \
-               module-volume-restore.la
+               module-match.la
 endif
 
 if HAVE_X11