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

12 lines
274 B
Makefile

plugin_LTLIBRARIES = libgstvideoflip.la
libgstvideoflip_la_SOURCES = \
gstvideoflip.c \
videoflip.c
libgstvideoflip_la_CFLAGS = $(GST_CFLAGS)
libgstvideoflip_la_LIBADD =
libgstvideoflip_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstvideoflip.h videoflip.h