mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
more distcheck fixes
Original commit message from CVS: more distcheck fixes
This commit is contained in:
parent
6187c53e5f
commit
ef5b79cf29
2 changed files with 6 additions and 8 deletions
|
@ -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…
Reference in a new issue