summaryrefslogtreecommitdiff
path: root/gst/overlay/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/overlay/Makefile.am')
-rw-r--r--gst/overlay/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/gst/overlay/Makefile.am b/gst/overlay/Makefile.am
deleted file mode 100644
index 40230ef1d..000000000
--- a/gst/overlay/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-
-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)
-libgstoverlay_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
-
-EXTRA_DIST =
-