diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-06 14:20:27 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-06 14:20:27 +0000 |
commit | ef5b79cf2956f3b0ad0c792bb8d2e0ca32a5cd54 (patch) | |
tree | 78279c7d810053e425d638b207282f394cf44f6a /ext | |
parent | 6187c53e5fc419964ca0f4b9fb20774705950528 (diff) | |
download | gst-plugins-bad-ef5b79cf2956f3b0ad0c792bb8d2e0ca32a5cd54.tar.gz gst-plugins-bad-ef5b79cf2956f3b0ad0c792bb8d2e0ca32a5cd54.tar.bz2 gst-plugins-bad-ef5b79cf2956f3b0ad0c792bb8d2e0ca32a5cd54.zip |
more distcheck fixes
Original commit message from CVS:
more distcheck fixes
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 1 | ||||
-rw-r--r-- | ext/xine/Makefile.am | 13 |
2 files changed, 6 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index a9f1e227..561874b5 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -291,5 +291,6 @@ DIST_SUBDIRS= \ swfdec \ soundtouch \ taglib \ + theora \ wavpack \ xvid diff --git a/ext/xine/Makefile.am b/ext/xine/Makefile.am index 7dd4d9c1..add49d94 100644 --- a/ext/xine/Makefile.am +++ b/ext/xine/Makefile.am @@ -1,16 +1,13 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ - plugin_LTLIBRARIES = libgstxine.la -libgstxine_la_SOURCES = \ - xine.c \ - xineaudiodec.c \ - xineaudiosink.c \ - xinecaps.c \ +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 - |