gstreamer/ext/xine/Makefile.am
Thomas Vander Stichele ef5b79cf29 more distcheck fixes
Original commit message from CVS:
more distcheck fixes
2006-04-06 14:20:27 +00:00

13 lines
299 B
Makefile

plugin_LTLIBRARIES = libgstxine.la
libgstxine_la_SOURCES = \
xine.c \
xineaudiodec.c \
xineaudiosink.c \
xinecaps.c \
xineinput.c
libgstxine_la_CFLAGS = $(GST_CFLAGS) $(XINE_CFLAGS)
libgstxine_la_LIBADD = $(XINE_LIBS)
libgstxine_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstxine.h