From 3f56fb5dd3989a6926d6285345df8d71f9053924 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 5 Oct 2009 10:12:45 -0400 Subject: A stub dbusmenu dumper --- tools/Makefile.am | 13 ++++++++++++- tools/dbusmenu-dumper.c | 8 ++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 tools/dbusmenu-dumper.c (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index 7299564..415050f 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,3 +1,14 @@ -# Stuff will go here. +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) diff --git a/tools/dbusmenu-dumper.c b/tools/dbusmenu-dumper.c new file mode 100644 index 0000000..0382609 --- /dev/null +++ b/tools/dbusmenu-dumper.c @@ -0,0 +1,8 @@ + +int +main (int argc, char ** argv) +{ + + return 0; +} + -- cgit v1.2.3