gstreamer/gst/flx/Makefile.am
Wrobell 6c039d3297 - plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
2002-01-18 11:37:19 +00:00

12 lines
291 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstflxdec.la
libgstflxdec_la_SOURCES = gstflxdec.c flx_color.c
libgstflxdec_la_CFLAGS = $(GST_CFLAGS)
libgstflxdec_la_LIBADD = $(GST_LIBS)
libgstflxdec_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
noinst_HEADERS = flx_fmt.h flx_color.h gstflxdec.h