diff options
| author | Ted Gould <ted@gould.cx> | 2010-02-05 11:00:07 -0800 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-02-05 11:00:07 -0800 |
| commit | c77ed1ccc280c56949b0a5a3f2d8d08bae498d29 (patch) | |
| tree | 4b8cc5313c3c6828565df8efad57ab85d53f4d3a /tools/Makefile.am | |
| parent | a61a7ba8cc024d3d75f73e336ba83128631d3019 (diff) | |
| parent | f3a13c8b0be55927b8b91ff37ba922ba323b44b7 (diff) | |
| download | libdbusmenu-c77ed1ccc280c56949b0a5a3f2d8d08bae498d29.tar.gz libdbusmenu-c77ed1ccc280c56949b0a5a3f2d8d08bae498d29.tar.bz2 libdbusmenu-c77ed1ccc280c56949b0a5a3f2d8d08bae498d29.zip | |
* Upstrem Merge
* Fixing handing of root IDs being zero
* Handling syncing of properties when reusing items
* Shipping new JSON files and READMEs for testing.
Diffstat (limited to 'tools/Makefile.am')
| -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 eedfa29..77d6eef 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -16,4 +16,8 @@ dbusmenu_dumper_LDADD = \ ../libdbusmenu-glib/libdbusmenu-glib.la \ $(DBUSMENUGLIB_LIBS) -EXTRA_DIST = dbusmenu-bench +doc_DATA = README.dbusmenu-bench + +EXTRA_DIST = \ + $(doc_DATA) \ + dbusmenu-bench |
