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