summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-15 12:45:55 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-15 12:45:55 +0000
commit7a92f361c66821a6cf89a85876510c15f851fd1b (patch)
tree3d31aad20cdb6f6f9794d5e6e71b68ccdb188067 /src/Makefile.am
parente91740f68ce6334935d9440c12f08e8c136d0b45 (diff)
undo r868
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@871 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e2880ace..903359ad 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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