~ken-vandine/libdbusmenu/lp_862989

« back to all changes in this revision

Viewing changes to tools/Makefile.am

  • Committer: Ted Gould
  • Author(s): Dennis Schridde
  • Date: 2011-09-20 04:43:26 UTC
  • Revision ID: ted@gould.cx-20110920044326-bfuv54tnshe9cfka
Adding an optional build of the dumper

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
SUBDIRS = testapp
3
3
 
4
 
libexec_PROGRAMS = dbusmenu-dumper
 
4
libexec_PROGRAMS =
 
5
 
 
6
if WANT_DBUSMENUDUMPER
 
7
libexec_PROGRAMS += dbusmenu-dumper
 
8
endif
5
9
 
6
10
libexec_SCRIPTS = dbusmenu-bench
7
11