summaryrefslogtreecommitdiff
path: root/backends/oss4/Makefile.am
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-08-12 04:56:55 +0200
committerMichal Ratajsky <[email protected]>2014-08-12 04:56:55 +0200
commit6c6d4239ddc807e922df3874654f99eea291aadb (patch)
tree558f48fc965476344a946d93088680db3b5bac41 /backends/oss4/Makefile.am
parent8436ec1641eee8868128755f6d1475230cea25e6 (diff)
downloadlibmatemixer-6c6d4239ddc807e922df3874654f99eea291aadb.tar.bz2
libmatemixer-6c6d4239ddc807e922df3874654f99eea291aadb.tar.xz
Add ALSA, improve OSS and remove OSS4
Diffstat (limited to 'backends/oss4/Makefile.am')
-rw-r--r--backends/oss4/Makefile.am29
1 files changed, 0 insertions, 29 deletions
diff --git a/backends/oss4/Makefile.am b/backends/oss4/Makefile.am
deleted file mode 100644
index cca8723..0000000
--- a/backends/oss4/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-backenddir = $(libdir)/libmatemixer
-
-backend_LTLIBRARIES = libmatemixer-oss4.la
-
-AM_CPPFLAGS = \
- -I$(top_srcdir) \
- -DG_LOG_DOMAIN=\"libmatemixer-oss4\"
-
-libmatemixer_oss4_la_CFLAGS = \
- $(GLIB_CFLAGS) \
- $(OSS4_CFLAGS)
-
-libmatemixer_oss4_la_SOURCES = \
- oss4-common.h \
- oss4-backend.c \
- oss4-backend.h \
- oss4-device.c \
- oss4-device.h
-
-libmatemixer_oss4_la_LIBADD = \
- $(GLIB_LIBS)
-
-libmatemixer_oss4_la_LDFLAGS = \
- -avoid-version \
- -no-undefined \
- -export-dynamic \
- -module
-
--include $(top_srcdir)/git.mk