summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-01-29 00:32:02 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-01-29 00:32:02 +0000
commite30ff03f06e308df65e54ff88a718232c1427fc7 (patch)
tree9cd650a3ef5615d5167e8f65006a03ff85c9ba5f
parente59b0e47d62227314a2ec9b7ab518ac4c2ddcfa0 (diff)
downloadgstreamer-plugins-bad-e30ff03f06e308df65e54ff88a718232c1427fc7.tar.gz
dist fixes when !arts
Original commit message from CVS: dist fixes when !arts
-rw-r--r--ext/arts/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/arts/Makefile.am b/ext/arts/Makefile.am
index 782bc637d..6f281da6a 100644
--- a/ext/arts/Makefile.am
+++ b/ext/arts/Makefile.am
@@ -2,7 +2,6 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstarts.la
-gst_artsio_impl.lo: gst_artsio.cc
## we wrap parts of this Makefile.am in a USE_ so that we won't run
## mcopidl during make distcheck when it isn't on the system
@@ -18,18 +17,20 @@ CLEANFILES = gst_artsio.h gst_artsio.cc gst_artsio.mcopclass gst_artsio.mcoptype
# FIXME automake 1.4 hack, 1.5 should let us put the .idl in
# _SOURCES at which point the follow can be removed
+gst_artsio_impl.lo: gst_artsio.cc
+
libgstarts_la_SOURCES = gst_arts.c gst_artsio.cc gst_artsio_impl.cc
libgstarts_la_CFLAGS = $(GST_CFLAGS)
libgstarts_la_CXXFLAGS = $(ARTS_CXXFLAGS) $(GST_CFLAGS)
libgstarts_la_LIBADD = $(ARTS_LIBS) -lartsflow -lartsflow_idl
libgstarts_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+dist-hook:
+ rm -f $(distdir)/gst_artsio.cc
+
EXTRA_DIST = gst_artsio.idl
else
EXTRA_DIST = gst_arts.c gst_artsio.idl gst_artsio_impl.cc
endif
noinst_HEADERS = gst_arts.h gst_artsio_impl.h
-
-dist-hook:
- rm -f $(distdir)/gst_artsio.cc