From 3e96851b8e56428b9e1f7ada12108fd18d81a7cf Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 27 Apr 2002 12:57:37 +0000 Subject: festival doesn't depend on the libs Original commit message from CVS: festival doesn't depend on the libs --- gst/festival/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gst/festival/Makefile.am (limited to 'gst/festival/Makefile.am') diff --git a/gst/festival/Makefile.am b/gst/festival/Makefile.am new file mode 100644 index 00000000..1adf4ee7 --- /dev/null +++ b/gst/festival/Makefile.am @@ -0,0 +1,12 @@ +plugindir = $(libdir)/gst + +plugin_LTLIBRARIES = libgstfestival.la + +libgstfestival_la_SOURCES = gstfestival.c +libgstfestival_la_CFLAGS = $(GST_CFLAGS) +# we use net connection now... perhaps use the lib later +# libgstfestival_la_LIBADD = $(FESTIVAL_LIBS) +libgstfestival_la_LIBADD = +libgstfestival_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + +noinst_HEADERS = gstfestival.h -- cgit v1.2.1