summaryrefslogtreecommitdiffstats
path: root/ext/faac/Makefile.am
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-11-22 12:37:15 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-11-22 12:37:15 +0000
commit6bf780bf458ca12bab11d21b4e549432d759d4f5 (patch)
tree062ae3ab726022f3cd4737f65a46f786436260af /ext/faac/Makefile.am
parent839f6e752596016a737802629e1043253270a5c4 (diff)
downloadgst-plugins-bad-6bf780bf458ca12bab11d21b4e549432d759d4f5.tar.gz
gst-plugins-bad-6bf780bf458ca12bab11d21b4e549432d759d4f5.tar.bz2
gst-plugins-bad-6bf780bf458ca12bab11d21b4e549432d759d4f5.zip
Why wasn't this committed in my previous try?
Original commit message from CVS: Why wasn't this committed in my previous try?
Diffstat (limited to 'ext/faac/Makefile.am')
-rw-r--r--ext/faac/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/faac/Makefile.am b/ext/faac/Makefile.am
new file mode 100644
index 00000000..c5610e97
--- /dev/null
+++ b/ext/faac/Makefile.am
@@ -0,0 +1,8 @@
+plugin_LTLIBRARIES = libgstfaac.la
+
+libgstfaac_la_SOURCES = gstfaac.c
+libgstfaac_la_CFLAGS = $(FAAC_CFLAGS) $(GST_CFLAGS)
+libgstfaac_la_LIBADD = $(FAAC_LIBS)
+libgstfaac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+
+noinst_HEADERS = gstfaac.h