From 7a92f361c66821a6cf89a85876510c15f851fd1b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 15 May 2006 12:45:55 +0000 Subject: undo r868 git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@871 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') 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 -- cgit