From e30ff03f06e308df65e54ff88a718232c1427fc7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 29 Jan 2003 00:32:02 +0000 Subject: dist fixes when !arts Original commit message from CVS: dist fixes when !arts --- ext/arts/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ext/arts/Makefile.am') diff --git a/ext/arts/Makefile.am b/ext/arts/Makefile.am index 782bc637..6f281da6 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 -- cgit v1.2.1