summaryrefslogtreecommitdiffstats
path: root/ext/flac/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-23 13:56:23 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-23 13:56:23 +0000
commit1dcf747efcb12e79118bf64e96c0f6c75ae425d9 (patch)
tree90a42c9088756f9d2fecd7d52e1e5ee272f787e9 /ext/flac/Makefile.am
parentcef441d2bf60ebdd26ab9c93e70e01bed9f1fe2e (diff)
adding flac
Original commit message from CVS: adding flac
Diffstat (limited to 'ext/flac/Makefile.am')
-rw-r--r--ext/flac/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/flac/Makefile.am b/ext/flac/Makefile.am
new file mode 100644
index 00000000..11a17473
--- /dev/null
+++ b/ext/flac/Makefile.am
@@ -0,0 +1,10 @@
+plugindir = $(libdir)/gst
+
+plugin_LTLIBRARIES = libgstflac.la
+
+libgstflac_la_SOURCES = gstflac.c gstflacenc.c gstflacdec.c
+
+noinst_HEADERS = gstflacenc.h gstflacdec.h
+
+libgstflac_la_CFLAGS = $(GST_CFLAGS)
+libgstflac_la_LIBADD = $(GST_LIBS)