summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f55e52c..5f293d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,9 +16,13 @@ AM_CHECK_PYMOD(gnomeapplet,,,[AC_MSG_ERROR(Could not find Python module gnomeapp
SCRIPTSDIR="${datadir}/${PACKAGE}/scripts/"
AC_SUBST(SCRIPTSDIR)
+
ICONSDIR="${datadir}/${PACKAGE}/icons/"
AC_SUBST(ICONSDIR)
+INTERFACESDIR="${datadir}/${PACKAGE}/interfaces/"
+AC_SUBST(INTERFACESDIR)
+
AC_CONFIG_FILES([
Makefile
common/Makefile