diff options
| author | Ted Gould <ted@gould.cx> | 2009-12-08 14:10:38 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2009-12-08 14:10:38 -0600 |
| commit | 115665755152eb58a43583cb61bd79bad6e115a7 (patch) | |
| tree | 3d59c6ac11121beee109148d53b008529a028d5d /tools/Makefile.am | |
| parent | aaa4ebbb1825dc423b08dd6801712bc92556de86 (diff) | |
| parent | 3dd457a08ccb07205ac12d03895258de4fd7c236 (diff) | |
| download | libdbusmenu-115665755152eb58a43583cb61bd79bad6e115a7.tar.gz libdbusmenu-115665755152eb58a43583cb61bd79bad6e115a7.tar.bz2 libdbusmenu-115665755152eb58a43583cb61bd79bad6e115a7.zip | |
* Updating to trunk
* Test suite fixes and automation support
* dbus-dumper tool
* Switch to org.ayatana
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am new file mode 100644 index 0000000..415050f --- /dev/null +++ b/tools/Makefile.am @@ -0,0 +1,14 @@ + +libexec_PROGRAMS = dbusmenu-dumper + +dbusmenu_dumper_SOURCES = \ + dbusmenu-dumper.c + +dbusmenu_dumper_CFLAGS = \ + -I $(srcdir)/.. \ + $(DBUSMENUGLIB_CFLAGS) -Wall -Werror + +dbusmenu_dumper_LDADD = \ + ../libdbusmenu-glib/libdbusmenu-glib.la \ + $(DBUSMENUGLIB_LIBS) + |
