diff options
| author | Ted Gould <ted@gould.cx> | 2010-02-04 11:39:04 -0800 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-02-04 11:39:04 -0800 |
| commit | e78de2ffa6efa4f7f45a979d1100cbbb8f68f6b5 (patch) | |
| tree | 33aed426932bb923e8fe90945795afa4e0390f27 /tools/Makefile.am | |
| parent | f719c72deb754503dbced9c0db48b70cff1eb21e (diff) | |
| parent | 454de5ebb6334d69fe690f1a57a978453e1be396 (diff) | |
| download | libdbusmenu-e78de2ffa6efa4f7f45a979d1100cbbb8f68f6b5.tar.gz libdbusmenu-e78de2ffa6efa4f7f45a979d1100cbbb8f68f6b5.tar.bz2 libdbusmenu-e78de2ffa6efa4f7f45a979d1100cbbb8f68f6b5.zip | |
Adding in the benchmarking tools for dbusmenu.
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 415050f..eedfa29 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,6 +1,10 @@ +SUBDIRS = testapp + libexec_PROGRAMS = dbusmenu-dumper +libexec_SCRIPTS = dbusmenu-bench + dbusmenu_dumper_SOURCES = \ dbusmenu-dumper.c @@ -12,3 +16,4 @@ dbusmenu_dumper_LDADD = \ ../libdbusmenu-glib/libdbusmenu-glib.la \ $(DBUSMENUGLIB_LIBS) +EXTRA_DIST = dbusmenu-bench |
