gstreamer/gst/chart/Makefile.am
Thomas Vander Stichele f7a43c6534 still in anal-retentive mode, please make liberal use of the delete key
Original commit message from CVS:
still in anal-retentive mode, please make liberal use of the delete key
2002-05-13 14:55:06 +00:00

8 lines
209 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstchart.la
libgstchart_la_SOURCES = gstchart.c
libgstchart_la_CFLAGS = $(GST_CFLAGS)
libgstchart_la_LIBADD =
libgstchart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)