diff options
| author | Ted Gould <ted@gould.cx> | 2011-02-21 11:22:46 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-02-21 11:22:46 -0600 |
| commit | 2f92a8662f5a84f9ef35dd847539f573f60edc5f (patch) | |
| tree | 9c00fda471a88fcc331c858bc2de66076f7de9ef /tools/Makefile.am | |
| parent | 71020d95b0eb9f583523628261d26336a5dceb39 (diff) | |
| parent | 34248e4fe3aeef17be5fe9f2339057fbaee81ad2 (diff) | |
| download | libdbusmenu-2f92a8662f5a84f9ef35dd847539f573f60edc5f.tar.gz libdbusmenu-2f92a8662f5a84f9ef35dd847539f573f60edc5f.tar.bz2 libdbusmenu-2f92a8662f5a84f9ef35dd847539f573f60edc5f.zip | |
Another update to trunk
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 |
