gst/Makefile.am: Remove as-libtool stuff. It's likely not and hard to carry around.
[platform/upstream/gstreamer.git] / libs / gst / dataprotocol / Makefile.am
1 plugin_LTLIBRARIES = libgstdataprotocol.la
2
3 libgstdataprotocol_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/dataprotocol
4 libgstdataprotocol_include_HEADERS = \
5     dataprotocol.h
6 noinst_HEADERS = dp-private.h
7
8 libgstdataprotocol_la_SOURCES = \
9     dataprotocol.c
10
11 # remove GST_ENABLE_NEW when dataprotocol has been declared API-stable
12 libgstdataprotocol_la_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_srcdir)/libs -DGST_ENABLE_NEW
13 libgstdataprotocol_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
14 libgstdataprotocol_la_LIBADD = $(GST_OBJ_LIBS)
15