gstreamer/sys/dshowsrcwrapper/Makefile.am
Sébastien Moutte 104ec747df Add Makefiles to win32 plugins and lib.
Original commit message from CVS:
* gst-libs/gst/dshow/Makefile.am:
* sys/dshowdecwrapper/Makefile.am:
* sys/dshowsrcwrapper/Makefile.am:
Add Makefiles to win32 plugins and lib.
They will need to be tested and probably fixed by developers
working with mingw. This is a first step to include source files
with releases.
2008-02-12 22:10:39 +00:00

9 lines
370 B
Makefile

plugin_LTLIBRARIES = libgstdshowsrcwrapper.la
libgstdshowsrcwrapper_la_SOURCES = gstdshowaudiosrc.c gstdshowsrcwrapper.c gstdshowvideosrc.c
libgstdshowsrcwrapper_la_CFLAGS = $(GST_CFLAGS)
libgstdshowsrcwrapper_la_LIBADD = $(GST_LIBS)
libgstdshowsrcwrapper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstdshowaudiosrc.h gstdshowsrcwrapper.h gstdshowvideosrc.h