From 31914e743d5959b381baac11a067d7811b8f894c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 19 Aug 2012 17:05:04 +0100 Subject: [PATCH] toos: fix build and distcheck some more The .in file is gone now. --- tools/Makefile.am | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index 99392f86bc..b4745ea4c0 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,5 +1,3 @@ -bin_SCRIPTS = - man_MANS = \ gst-discoverer-@GST_API_VERSION@.1 @@ -10,8 +8,7 @@ gst_discoverer_@GST_API_VERSION@_SOURCES = gst-discoverer.c CLEANFILES = $(bin_SCRIPTS) $(bin_PROGRAMS) -EXTRA_DIST = \ - gst-discoverer.1.in +EXTRA_DIST = gst-discoverer-1.0.1 LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \ @@ -22,17 +19,6 @@ LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) -# generate man pages -%-@GST_API_VERSION@.1: %.1.in - $(AM_V_GEN)sed \ - -e s,gst-visualise,gst-visualise-@GST_API_VERSION@,g \ - $< >$@ - -all: all-am chmod - -chmod: $(bin_SCRIPTS) -# @chmod +x $^ - Android.mk: Makefile.am androgenizer -:PROJECT gst-discoverer-@GST_API_VERSION@ \ -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \