diff options
Diffstat (limited to 'gst/videotestsrc/Makefile.am')
-rw-r--r-- | gst/videotestsrc/Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gst/videotestsrc/Makefile.am b/gst/videotestsrc/Makefile.am deleted file mode 100644 index 9403a11e..00000000 --- a/gst/videotestsrc/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -plugin_LTLIBRARIES = libgstvideotestsrc.la - -libgstvideotestsrc_la_SOURCES = \ - gstvideotestsrc.c \ - videotestsrc.c - -libgstvideotestsrc_la_CFLAGS = $(GST_CFLAGS) $(LIBOIL_CFLAGS) -libgstvideotestsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstvideotestsrc_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(LIBOIL_LIBS) -libgstvideotestsrc_la_LIBTOOLFLAGS = --tag=disable-static - -noinst_HEADERS = gstvideotestsrc.h videotestsrc.h |