gstreamer/gst/overlay/Makefile.am
David Schleef 7db2e8baa0 Remove redundant plugindir definition
Original commit message from CVS:
Remove redundant plugindir definition
2003-08-10 00:01:58 +00:00

13 lines
243 B
Makefile

plugin_LTLIBRARIES = libgstoverlay.la
libgstoverlay_la_SOURCES = gstoverlay.c
noinst_HEADERS = gstoverlay.h
libgstoverlay_la_CFLAGS = $(GST_CFLAGS)
libgstoverlay_la_LIBADD =
libgstoverlay_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
EXTRA_DIST =