ges-launch: Add GStreamer major/minor version to the executable filename
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 11 Jan 2011 15:57:45 +0000 (16:57 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 11 Jan 2011 17:19:08 +0000 (18:19 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=639222

tools/.gitignore
tools/Makefile.am

index 4c4b406..dc656a3 100644 (file)
@@ -1 +1 @@
-ges-launch
\ No newline at end of file
+ges-launch-0.10
index 9d00a72..5572ad3 100644 (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
+