]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/blob - libs/gst/net/Makefile.am
gst/net/: Use the timepacket stuff in the provider, include it from gstnet.h, and...
[glsdk/gstreamer0-10.git] / libs / gst / net / Makefile.am
1 # tempname needs to be removed as soon as the old gstnet is renamed to
2 # nethelper or something
3 lib_LTLIBRARIES = libgstnet-tempname-@GST_MAJORMINOR@.la
5 libgstnet_tempname_@GST_MAJORMINOR@_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
6 libgstnet_tempname_@GST_MAJORMINOR@_include_HEADERS = \
7     gstnet.h \
8     gstnettimepacker.h \
9     gstnettimeprovider.h
11 libgstnet_tempname_@GST_MAJORMINOR@_la_SOURCES = \
12     gstnettimepacket.c \
13     gstnettimeprovider.c
15 libgstnet_tempname_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
16 libgstnet_tempname_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
17 libgstnet_tempname_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_OBJ_LDFLAGS)