summaryrefslogtreecommitdiffstats
path: root/ext/aalib/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-22 22:10:48 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-22 22:10:48 +0000
commitbbeefacccb04e9f06f715016497d5712de143142 (patch)
tree827064889976720c93aaea5992398564e74d9db8 /ext/aalib/Makefile.am
parent6da1174f97b17c61e8974af1f543628e4af2725d (diff)
aalib plugin
Original commit message from CVS: aalib plugin
Diffstat (limited to 'ext/aalib/Makefile.am')
-rw-r--r--ext/aalib/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/aalib/Makefile.am b/ext/aalib/Makefile.am
new file mode 100644
index 00000000..c5aa8240
--- /dev/null
+++ b/ext/aalib/Makefile.am
@@ -0,0 +1,12 @@
+plugindir = $(libdir)/gst
+
+plugin_LTLIBRARIES = libaasink.la
+
+
+libaasink_la_SOURCES = aasink.c
+libaasink_la_LIBADD = $(AALIB_LIBS)
+libaasink_la_CFLAGS = $(GST_CFLAGS) $(AALIB_CFLAGS)
+
+noinst_HEADERS = aasink.h
+
+