From 37676d35a5ecb78fe1a830c0fa8fd1e66f9610cf Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 4 Feb 2010 11:27:23 -0800 Subject: Install dbusmenu-bench --- tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am index 415050f..c2790c7 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,5 +1,5 @@ -libexec_PROGRAMS = dbusmenu-dumper +libexec_PROGRAMS = dbusmenu-dumper dbusmenu-bench dbusmenu_dumper_SOURCES = \ dbusmenu-dumper.c -- cgit v1.2.3 From df8331dc89aee9384dedf90fb7f309b863ac55c5 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 4 Feb 2010 11:30:39 -0800 Subject: Actually do it right. --- tools/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am index c2790c7..47fa58f 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,5 +1,7 @@ -libexec_PROGRAMS = dbusmenu-dumper dbusmenu-bench +libexec_PROGRAMS = dbusmenu-dumper + +libexec_SCRIPTS = dbusmenu-bench dbusmenu_dumper_SOURCES = \ dbusmenu-dumper.c @@ -12,3 +14,4 @@ dbusmenu_dumper_LDADD = \ ../libdbusmenu-glib/libdbusmenu-glib.la \ $(DBUSMENUGLIB_LIBS) +EXTRA_DIST = dbusmenu-bench -- cgit v1.2.3 From bb0daba39ea35727a998dc4f8e21f36b00ca13cb Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 4 Feb 2010 11:34:58 -0800 Subject: Adding build system for the dbusmenu-testapp --- tools/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am index 47fa58f..eedfa29 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,4 +1,6 @@ +SUBDIRS = testapp + libexec_PROGRAMS = dbusmenu-dumper libexec_SCRIPTS = dbusmenu-bench -- cgit v1.2.3