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

13 lines
369 B
Makefile

plugin_LTLIBRARIES = libgstvideotestsrc.la
libgstvideotestsrc_la_SOURCES = \
gstvideotestsrc.c \
videotestsrc.c
libgstvideotestsrc_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) $(GST_OPT_CFLAGS) $(GST_FUNROLL_CFLAGS) $(GST_CFLAGS)
libgstvideotestsrc_la_LIBADD =
libgstvideotestsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstvideotestsrc.h videotestsrc.h