diff options
| author | Evgeni Golov <evgeni@debian.org> | 2010-07-29 11:52:48 +0200 |
|---|---|---|
| committer | Evgeni Golov <evgeni@debian.org> | 2010-07-29 11:52:48 +0200 |
| commit | 4586704d8923456d9bd0ef71d59285e39034fe5c (patch) | |
| tree | 42870c0c0dbf1a17515c68beaad8c96518916177 /tools/Makefile.am | |
| parent | 50ee765fed5a32e72fa2c13ad33bef5f131cc20a (diff) | |
| parent | 3412a47ce42136704ce787de7d1d66b358c6074d (diff) | |
| download | libdbusmenu-4586704d8923456d9bd0ef71d59285e39034fe5c.tar.gz libdbusmenu-4586704d8923456d9bd0ef71d59285e39034fe5c.tar.bz2 libdbusmenu-4586704d8923456d9bd0ef71d59285e39034fe5c.zip | |
New upstream release merge from ubuntu
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 |
