gstreamer/gst/types/Makefile.am
Andy Wingo d6b07866ca let's not give our plugins -release versioning make clean before rebuilding after you update on this one...
Original commit message from CVS:
let's not give our plugins -release versioning
make clean before rebuilding after you update on this one...
2002-03-19 05:46:38 +00:00

9 lines
209 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgsttypes.la
libgsttypes_la_SOURCES = gsttypes.c
libgsttypes_la_CFLAGS = $(GST_CFLAGS)
libgsttypes_la_LIBADD =
libgsttypes_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)