From 2b1220bd8455a79ff0f3da340cf9337c159d1720 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 5 Oct 2009 10:07:09 -0400 Subject: Making a tools directory --- Makefile.am | 2 +- configure.ac | 1 + tools/Makefile.am | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 tools/Makefile.am diff --git a/Makefile.am b/Makefile.am index 2e22cf9..7d56ed5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = libdbusmenu-glib libdbusmenu-gtk libdbusmenu-qt tests po +SUBDIRS = libdbusmenu-glib libdbusmenu-gtk libdbusmenu-qt tools tests po diff --git a/configure.ac b/configure.ac index 61eec35..b4d1478 100644 --- a/configure.ac +++ b/configure.ac @@ -106,6 +106,7 @@ libdbusmenu-gtk/Makefile libdbusmenu-gtk/dbusmenu-gtk.pc libdbusmenu-qt/Makefile libdbusmenu-qt/dbusmenu-qt.pc +tools/Makefile tests/Makefile tests/dbusmenu-gtk/Makefile ]) diff --git a/tools/Makefile.am b/tools/Makefile.am new file mode 100644 index 0000000..7299564 --- /dev/null +++ b/tools/Makefile.am @@ -0,0 +1,3 @@ + +# Stuff will go here. + -- cgit v1.2.3