diff options
author | Dennis Schridde <devurandom@gmx.net> | 2011-09-19 23:43:26 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-09-19 23:43:26 -0500 |
commit | 4177700e45a02a7f35b32dc24dd7ec6e150d6a0a (patch) | |
tree | 08fe1f670ad1f93459773f61e3c0251a4d9116cc /tools | |
parent | 21afbd946557e93304bdb34199d62594f365799f (diff) | |
download | libdbusmenu-4177700e45a02a7f35b32dc24dd7ec6e150d6a0a.tar.gz libdbusmenu-4177700e45a02a7f35b32dc24dd7ec6e150d6a0a.tar.bz2 libdbusmenu-4177700e45a02a7f35b32dc24dd7ec6e150d6a0a.zip |
Adding an optional build of the dumper
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 48993f1..029b73e 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,7 +1,11 @@ SUBDIRS = testapp -libexec_PROGRAMS = dbusmenu-dumper +libexec_PROGRAMS = + +if WANT_DBUSMENUDUMPER +libexec_PROGRAMS += dbusmenu-dumper +endif libexec_SCRIPTS = dbusmenu-bench |