summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7675f91..3de47f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([service-discovery-applet],[0.4.1],[sebastien (dot) estienne (at) gmail (dot) com])
+AC_INIT([service-discovery-applet],[0.4.2],[sebastien (dot) estienne (at) gmail (dot) com])
AC_CONFIG_SRCDIR([src/service-discovery-applet.in])
AM_INIT_AUTOMAKE([foreign 1.9 -Wall])
AC_CONFIG_MACRO_DIR([common])
@@ -27,6 +27,12 @@ PLUGINSDIR="\$(pkgdatadir)/plugins/"
AC_SUBST(PLUGINSDIR)
dnl ========================================================
+dnl Directory where services' tools will be installed
+dnl ========================================================
+TOOLSDIR="\$(pkgdatadir)/tools/"
+AC_SUBST(TOOLSDIR)
+
+dnl ========================================================
dnl Directory where services' icons will be installed
dnl ========================================================
ICONSDIR="\$(pkgdatadir)/icons/"
@@ -68,6 +74,7 @@ AC_CONFIG_FILES([
src/Makefile
src/modules/Makefile
plugins/Makefile
+ tools/Makefile
po/Makefile.in
])
AC_OUTPUT