mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
7ef6762c79
Do not list all the possible options in the man page but only the help options. This is in order to avoid duplication and prevent the man page from becoming obsolete in case the options change in the code but do not get updated in the man page. https://bugzilla.gnome.org/show_bug.cgi?id=776063
12 lines
475 B
Makefile
12 lines
475 B
Makefile
bin_PROGRAMS = ges-launch-@GST_API_VERSION@
|
|
|
|
AM_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS) $(GST_VALIDATE_CFLAGS)
|
|
LDADD = $(top_builddir)/ges/libges-@GST_API_VERSION@.la $(GST_PBUTILS_LIBS) $(GST_LIBS) $(GIO_LIBS) $(GST_VALIDATE_LIBS)
|
|
|
|
noinst_HEADERS = ges-validate.h ges-launcher.h utils.h
|
|
|
|
ges_launch_@GST_API_VERSION@_SOURCES = ges-validate.c ges-launch.c ges-launcher.c utils.c
|
|
|
|
man_MANS = ges-launch-1.0.1
|
|
|
|
EXTRA_DIST = ges-launch-1.0.1
|