summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f366daa..133816f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,19 +23,19 @@ AM_CHECK_PYMOD(avahi,,,[AC_MSG_ERROR(Could not find Python module avahi)])
dnl ========================================================
dnl Directory where services' plugins will be installed
dnl ========================================================
-PLUGINSDIR="${pkgdatadir}/plugins/"
+PLUGINSDIR="\$(pkgdatadir)/plugins/"
AC_SUBST(PLUGINSDIR)
dnl ========================================================
dnl Directory where services' icons will be installed
dnl ========================================================
-ICONSDIR="${pkgdatadir}/icons/"
+ICONSDIR="\$(pkgdatadir)/icons/"
AC_SUBST(ICONSDIR)
dnl ========================================================
dnl Directory where glade interfaces will be installed
dnl ========================================================
-INTERFACESDIR="${pkgdatadir}/interfaces/"
+INTERFACESDIR="\$(pkgdatadir)/interfaces/"
AC_SUBST(INTERFACESDIR)
dnl ========================================================