ges-launch: Add GStreamer major/minor version to the executable filename

https://bugzilla.gnome.org/show_bug.cgi?id=639222
This commit is contained in:
Sebastian Dröge 2011-01-11 16:57:45 +01:00 committed by Edward Hervey
parent 753c16055e
commit 4d44572452
2 changed files with 5 additions and 2 deletions

2
tools/.gitignore vendored
View file

@ -1 +1 @@
ges-launch
ges-launch-0.10

View file

@ -1,3 +1,6 @@
bin_PROGRAMS = ges-launch
bin_PROGRAMS = ges-launch-@GST_MAJORMINOR@
AM_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) $(GST_CFLAGS)
LDADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la $(GST_PBUTILS_LIBS) $(GST_LIBS)
ges_launch_@GST_MAJORMINOR@_SOURCES = ges-launch.c