From c57eca3f0b254497649ac2474036ccbe406de8c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 7 Aug 2009 06:41:43 +0200 Subject: spc: Rename SPC plugin to GME as preparation for enabling support for non-SPC gaming console sound files. --- ext/gme/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ext/gme/Makefile.am (limited to 'ext/gme/Makefile.am') diff --git a/ext/gme/Makefile.am b/ext/gme/Makefile.am new file mode 100644 index 00000000..c2bdbfea --- /dev/null +++ b/ext/gme/Makefile.am @@ -0,0 +1,10 @@ +plugin_LTLIBRARIES = libgstgme.la + +libgstgme_la_SOURCES = gstgme.c tag.c + +libgstgme_la_CFLAGS = $(GST_CFLAGS) $(GME_CFLAGS) +libgstgme_la_LIBADD = $(GST_LIBS) $(GME_LIBS) +libgstgme_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstgme_la_LIBTOOLFLAGS = --tag=disable-static + +noinst_HEADERS = gstgme.h tag.h -- cgit v1.2.1