mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
toos: fix build and distcheck some more
The .in file is gone now.
This commit is contained in:
parent
227be98c0b
commit
31914e743d
1 changed files with 1 additions and 15 deletions
|
@ -1,5 +1,3 @@
|
||||||
bin_SCRIPTS =
|
|
||||||
|
|
||||||
man_MANS = \
|
man_MANS = \
|
||||||
gst-discoverer-@GST_API_VERSION@.1
|
gst-discoverer-@GST_API_VERSION@.1
|
||||||
|
|
||||||
|
@ -10,8 +8,7 @@ gst_discoverer_@GST_API_VERSION@_SOURCES = gst-discoverer.c
|
||||||
|
|
||||||
CLEANFILES = $(bin_SCRIPTS) $(bin_PROGRAMS)
|
CLEANFILES = $(bin_SCRIPTS) $(bin_PROGRAMS)
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = gst-discoverer-1.0.1
|
||||||
gst-discoverer.1.in
|
|
||||||
|
|
||||||
|
|
||||||
LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
|
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)
|
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
|
Android.mk: Makefile.am
|
||||||
androgenizer -:PROJECT gst-discoverer-@GST_API_VERSION@ \
|
androgenizer -:PROJECT gst-discoverer-@GST_API_VERSION@ \
|
||||||
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
||||||
|
|
Loading…
Reference in a new issue