projects
/
profile
/
ivi
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e91740f
)
undo r868
author
Lennart Poettering
<lennart@poettering.net>
Mon, 15 May 2006 12:45:55 +0000
(12:45 +0000)
committer
Lennart 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
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
e2880ac
..
903359a
100644
(file)
--- 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