gstreamer/gst/autodetect/Makefile.am
Thomas Vander Stichele 7e0d2491d1 merging autodetect from 0.8 branch
Original commit message from CVS:
merging autodetect from 0.8 branch
2005-07-20 09:40:32 +00:00

15 lines
370 B
Makefile

plugin_LTLIBRARIES = libgstautodetect.la
libgstautodetect_la_SOURCES = \
gstautoaudiosink.c \
gstautodetect.c \
gstautovideosink.c
libgstautodetect_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
libgstautodetect_la_LIBADD = $(GCONF_LIBS)
libgstautodetect_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = \
gstautoaudiosink.h \
gstautodetect.h \
gstautovideosink.h