[grilo] grl-inspect: Add major.minor version suffix to executable
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] grl-inspect: Add major.minor version suffix to executable
- Date: Mon, 16 Apr 2012 18:21:57 +0000 (UTC)
commit 479c39d28e5228bcfc9ece517f4c4effce235e29
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date: Mon Apr 16 18:04:52 2012 +0000
grl-inspect: Add major.minor version suffix to executable
It creates grl-inspect-0.1 or grl-inspect-0.2, so we can have both versions
installed in the same host.
Signed-off-by: Juan A. Suarez Romero <jasuarez igalia com>
tools/grilo-inspect/Makefile.am | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/tools/grilo-inspect/Makefile.am b/tools/grilo-inspect/Makefile.am
index 653aa9a..142da96 100644
--- a/tools/grilo-inspect/Makefile.am
+++ b/tools/grilo-inspect/Makefile.am
@@ -7,23 +7,23 @@
INCLUDES = $(DEPS_CFLAGS)
-bin_PROGRAMS = grl-inspect
+bin_PROGRAMS = grl-inspect- GRL_MAJORMINOR@
-grl_inspect_SOURCES = \
+grl_inspect_ GRL_MAJORMINOR@_SOURCES = \
grl-inspect.c
-grl_inspect_CFLAGS = \
- -DPREFIX=$(prefix) \
- -I$(top_srcdir)/src \
+grl_inspect_ GRL_MAJORMINOR@_CFLAGS = \
+ -DPREFIX=$(prefix) \
+ -I$(top_srcdir)/src \
-I$(top_srcdir)/src/data
-grl_inspect_LDADD = \
- $(DEPS_LIBS) \
- $(GTK_LIBS) \
+grl_inspect_ GRL_MAJORMINOR@_LDADD = \
+ $(DEPS_LIBS) \
+ $(GTK_LIBS) \
$(top_builddir)/src/lib GRL_NAME@.la
MAINTAINERCLEANFILES = \
- *.in \
+ *.in \
*~
DISTCLEANFILES = $(MAINTAINERCLEANFILES)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]