more distcheck fixes
Original commit message from CVS: more distcheck fixes
This commit is contained in:
parent
6187c53e5f
commit
ef5b79cf29
@ -291,5 +291,6 @@ DIST_SUBDIRS= \
|
|||||||
swfdec \
|
swfdec \
|
||||||
soundtouch \
|
soundtouch \
|
||||||
taglib \
|
taglib \
|
||||||
|
theora \
|
||||||
wavpack \
|
wavpack \
|
||||||
xvid
|
xvid
|
||||||
|
@ -1,16 +1,13 @@
|
|||||||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
||||||
|
|
||||||
plugin_LTLIBRARIES = libgstxine.la
|
plugin_LTLIBRARIES = libgstxine.la
|
||||||
|
|
||||||
libgstxine_la_SOURCES = \
|
libgstxine_la_SOURCES = \
|
||||||
xine.c \
|
xine.c \
|
||||||
xineaudiodec.c \
|
xineaudiodec.c \
|
||||||
xineaudiosink.c \
|
xineaudiosink.c \
|
||||||
xinecaps.c \
|
xinecaps.c \
|
||||||
xineinput.c
|
xineinput.c
|
||||||
libgstxine_la_CFLAGS = $(GST_CFLAGS) $(XINE_CFLAGS)
|
libgstxine_la_CFLAGS = $(GST_CFLAGS) $(XINE_CFLAGS)
|
||||||
libgstxine_la_LIBADD = $(XINE_LIBS)
|
libgstxine_la_LIBADD = $(XINE_LIBS)
|
||||||
libgstxine_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstxine_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS = gstxine.h
|
noinst_HEADERS = gstxine.h
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user