summaryrefslogtreecommitdiff
path: root/plugins/mono2stereo/Makefile.am
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-11-03 18:58:50 +0100
committerGravatar waker <wakeroid@gmail.com>2011-11-03 18:58:50 +0100
commitd565d295038bc65e06d4be871183dae9fcf3f823 (patch)
tree561adcd27a1feda2d10048074bdd732bf4696366 /plugins/mono2stereo/Makefile.am
parent095c21789c8210f5e51452b83b8e4b3caa6989dd (diff)
parent9e4a5021eb7bd880b90fde42b6b19bbeda7ffd01 (diff)
Merge branch 'master' into devel
Conflicts: configure.ac scripts/quickinstall.sh
Diffstat (limited to 'plugins/mono2stereo/Makefile.am')
-rw-r--r--plugins/mono2stereo/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/mono2stereo/Makefile.am b/plugins/mono2stereo/Makefile.am
new file mode 100644
index 00000000..ccbbf846
--- /dev/null
+++ b/plugins/mono2stereo/Makefile.am
@@ -0,0 +1,8 @@
+if HAVE_MONO2STEREO
+pkglib_LTLIBRARIES = ddb_mono2stereo.la
+ddb_mono2stereo_la_SOURCES = mono2stereo.c
+ddb_mono2stereo_la_LDFLAGS = -module
+
+ddb_mono2stereo_la_LIBADD = $(LDADD)
+AM_CFLAGS = $(CFLAGS) -std=c99
+endif