gstreamer/gst/real/Makefile.am
Tim-Philipp Müller 58791b4e6f gst/real/Makefile.am: And dist the new header file too.
Original commit message from CVS:
* gst/real/Makefile.am:
And dist the new header file too.
2007-07-25 18:10:04 +00:00

20 lines
436 B
Makefile

plugin_LTLIBRARIES = libgstreal.la
libgstreal_la_SOURCES = \
gstrealvideodec.c \
gstrealaudiodec.c \
gstreal.c
libgstreal_la_CFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \
$(GST_CFLAGS)
libgstreal_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ \
$(GST_BASE_LIBS)
libgstreal_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = \
gstreal.h \
gstrealvideodec.h \
gstrealaudiodec.h