diff options
| author | Ted Gould <ted@gould.cx> | 2010-07-20 16:38:03 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-07-20 16:38:03 -0500 |
| commit | 5990cf8bc53b7dee827d100085735a4235e240b9 (patch) | |
| tree | ae3a39e490479bea4b43300121c39859facb6292 /tools/Makefile.am | |
| parent | 08dda9bbebb64ffe4f45f48346b3670dabe1d869 (diff) | |
| parent | accf3124c2a994078cf5b2520edcd5f841922c6c (diff) | |
| download | libdbusmenu-5990cf8bc53b7dee827d100085735a4235e240b9.tar.gz libdbusmenu-5990cf8bc53b7dee827d100085735a4235e240b9.tar.bz2 libdbusmenu-5990cf8bc53b7dee827d100085735a4235e240b9.zip | |
* Upstream Merge
* Making dbusmenu-dumper have a click to dump feature.
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 |
