summaryrefslogtreecommitdiffstats
path: root/gst/gdp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gdp/Makefile.am')
-rw-r--r--gst/gdp/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/gst/gdp/Makefile.am b/gst/gdp/Makefile.am
deleted file mode 100644
index f9caf266..00000000
--- a/gst/gdp/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-plugin_LTLIBRARIES = libgstgdp.la
-
-libgstgdp_la_SOURCES = \
- gstgdp.c \
- gstgdppay.c \
- gstgdpdepay.c
-
-libgstgdp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
-libgstgdp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_GDP_LIBS)
-libgstgdp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = \
- gstgdppay.h \
- gstgdpdepay.h