summaryrefslogtreecommitdiffstats
path: root/ext/musicbrainz/Makefile.am
diff options
context:
space:
mode:
authorJeremy Simon <jsimon13@yahoo.fr>2004-01-18 20:17:05 +0000
committerJeremy Simon <jsimon13@yahoo.fr>2004-01-18 20:17:05 +0000
commitbed2cb631dd5c4cd84402b3ec6ee302f6bdbf62b (patch)
treea45ac57390715dedea5a340fa15fc33b79b145c3 /ext/musicbrainz/Makefile.am
parent829d2e7c0a3f71e66e047826fa1c41b2dfc6541e (diff)
downloadgst-plugins-bad-bed2cb631dd5c4cd84402b3ec6ee302f6bdbf62b.tar.gz
gst-plugins-bad-bed2cb631dd5c4cd84402b3ec6ee302f6bdbf62b.tar.bz2
gst-plugins-bad-bed2cb631dd5c4cd84402b3ec6ee302f6bdbf62b.zip
Add a trm plugin
Original commit message from CVS: Add a trm plugin
Diffstat (limited to 'ext/musicbrainz/Makefile.am')
-rw-r--r--ext/musicbrainz/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/musicbrainz/Makefile.am b/ext/musicbrainz/Makefile.am
new file mode 100644
index 00000000..f6a4a27e
--- /dev/null
+++ b/ext/musicbrainz/Makefile.am
@@ -0,0 +1,8 @@
+plugin_LTLIBRARIES = libgsttrm.la
+
+noinst_HEADERS = gsttrm.h
+
+libgsttrm_la_SOURCES = gsttrm.c
+libgsttrm_la_CFLAGS = $(GST_CFLAGS) $(MUSICBRAINZ_CFLAGS)
+libgsttrm_la_LIBADD =
+libgsttrm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(MUSICBRAINZ_LIBS)