gstreamer/gst-libs/gst/net/Makefile.am
Andy Wingo cd8caf2f9f Add gstnet to build.
Original commit message from CVS:
2005-06-09  Andy Wingo  <wingo@pobox.com>

* configure.ac:
* gst-libs/gst/Makefile.am:
* gst-libs/gst/net/Makefile.am:
Add gstnet to build.
2005-06-09 08:54:45 +00:00

10 lines
352 B
Makefile

libgstnetincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
libgstnetinclude_HEADERS = gstnetbuffer.h
noinst_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
libgstnet_@GST_MAJORMINOR@_la_SOURCES = gstnetbuffer.c
libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags
libgstnet_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)