diff options
| author | Pierre Ossman <ossman@cendio.se> | 2006-05-15 06:41:27 +0000 | 
|---|---|---|
| committer | Pierre Ossman <ossman@cendio.se> | 2006-05-15 06:41:27 +0000 | 
| commit | 9c38744cdd019ef48f321777db7ef7a14cc0fe88 (patch) | |
| tree | 83f0cdf081b290c832b7b8b904b9e71b4146d134 /src | |
| parent | f468308e41ddeadaa1b85cb2c7a0ca1a332c31f8 (diff) | |
module-volume-restore uses regexp() so make sure it's only built on systems
that have it.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@868 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 903359ad..e2880ace 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -744,8 +744,7 @@ modlib_LTLIBRARIES += \  		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 @@ endif  if HAVE_REGEX  modlib_LTLIBRARIES += \ -		module-match.la +		module-match.la \ +		module-volume-restore.la  endif  if HAVE_X11  | 
