gstreamer/ext/libfame/Makefile.am
Thomas Vander Stichele f78820adc8 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
2002-06-01 10:50:03 +00:00

9 lines
240 B
Makefile

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)