mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
ef5b79cf29
Original commit message from CVS: more distcheck fixes
13 lines
299 B
Makefile
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
|