configure.ac: reorganize clean up document more remove cruft
[platform/upstream/gstreamer.git] / libs / gst / dataprotocol / Makefile.am
1 lib_LTLIBRARIES = libgstdataprotocol-@GST_MAJORMINOR@.la
2
3 libgstdataprotocol_@GST_MAJORMINOR@_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/dataprotocol
4 libgstdataprotocol_@GST_MAJORMINOR@_include_HEADERS = \
5     dataprotocol.h
6 noinst_HEADERS = dp-private.h
7
8 libgstdataprotocol_@GST_MAJORMINOR@_la_SOURCES = \
9     dataprotocol.c
10
11 # FIXME: do this now
12 # remove GST_ENABLE_NEW when dataprotocol has been declared API-stable
13 libgstdataprotocol_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS) -DGST_ENABLE_NEW
14 libgstdataprotocol_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
15 libgstdataprotocol_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_OBJ_LDFLAGS)