diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2010-07-23 09:24:19 +0200 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2010-07-23 09:24:19 +0200 |
| commit | 3412a47ce42136704ce787de7d1d66b358c6074d (patch) | |
| tree | 42870c0c0dbf1a17515c68beaad8c96518916177 /tools/Makefile.am | |
| parent | a9299d5bfc2f1bc251d7e0e7949eeea6d0543c7b (diff) | |
| parent | 598b0b51ee4b12d51a47a0bd7b595503041f037d (diff) | |
| download | libdbusmenu-3412a47ce42136704ce787de7d1d66b358c6074d.tar.gz libdbusmenu-3412a47ce42136704ce787de7d1d66b358c6074d.tar.bz2 libdbusmenu-3412a47ce42136704ce787de7d1d66b358c6074d.zip | |
releasing version 0.3.7-0ubuntu1
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 77d6eef..48993f1 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -10,11 +10,14 @@ dbusmenu_dumper_SOURCES = \ dbusmenu_dumper_CFLAGS = \ -I $(srcdir)/.. \ - $(DBUSMENUGLIB_CFLAGS) -Wall -Werror + $(DBUSMENUGLIB_CFLAGS) \ + $(DBUSMENUDUMPER_CFLAGS) \ + -Wall -Werror dbusmenu_dumper_LDADD = \ ../libdbusmenu-glib/libdbusmenu-glib.la \ - $(DBUSMENUGLIB_LIBS) + $(DBUSMENUGLIB_LIBS) \ + $(DBUSMENUDUMPER_LIBS) doc_DATA = README.dbusmenu-bench |
