diff options
Diffstat (limited to 'gst/videorate/Makefile.am')
-rw-r--r-- | gst/videorate/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gst/videorate/Makefile.am b/gst/videorate/Makefile.am deleted file mode 100644 index 8dd9d781..00000000 --- a/gst/videorate/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -noinst_HEADERS = gstvideorate.h - -plugin_LTLIBRARIES = libgstvideorate.la - -libgstvideorate_la_SOURCES = gstvideorate.c -libgstvideorate_la_CFLAGS = $(GST_CFLAGS) -libgstvideorate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstvideorate_la_LIBADD = $(GST_LIBS) -libgstvideorate_la_LIBTOOLFLAGS = --tag=disable-static - |