gstreamer/gst/synaesthesia/Makefile.am
Wrobell 60801db21a - plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
2002-01-18 11:37:18 +00:00

12 lines
371 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstsynaesthesia.la
libgstsynaesthesia_la_SOURCES = core.c gstsynaesthesia.c
libgstsynaesthesia_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
libgstsynaesthesia_la_LIBADD = $(GST_LIBS) $(GTK_LIBS)
libgstsynaesthesia_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
noinst_HEADERS = core.h gstsynaesthesia.h
EXTRA_DIST = README README-syna