From f78820adc859cfc3ad90e1063da4ca908ea7bcf2 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 1 Jun 2002 10:50:03 +0000 Subject: adding preliminary libfame plugin it's still too green to be useful, literally and needs some major fixing up Original commit message from CVS: adding preliminary libfame plugin it's still too green to be useful, literally and needs some major fixing up --- ext/libfame/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ext/libfame/Makefile.am (limited to 'ext/libfame/Makefile.am') diff --git a/ext/libfame/Makefile.am b/ext/libfame/Makefile.am new file mode 100644 index 00000000..e272082e --- /dev/null +++ b/ext/libfame/Makefile.am @@ -0,0 +1,9 @@ +plugindir = $(libdir)/gst + +plugin_LTLIBRARIES = libgstlibfame.la + +libgstlibfame_la_SOURCES = gstlibfame.c +libgstlibfame_la_CFLAGS = $(GST_CFLAGS) +libgstlibfame_la_LIBADD = $(LIBFAME_LIBS) +libgstlibfame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + -- cgit v1.2.1