From a0383cf3e7cfabdad3e25b7bda5f33d2cd8c94d6 Mon Sep 17 00:00:00 2001 From: Sebastian Droege Date: Sun, 4 Dec 2005 19:26:52 +0000 Subject: * Use ${pkgdatadir} instead of ${datadir}/${PACKAGE} git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@81 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 36a33d4..c49b777 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="${datadir}/${PACKAGE}/plugins/" +PLUGINSDIR="${pkgdatadir}/plugins/" AC_SUBST(PLUGINSDIR) dnl ======================================================== dnl Directory where services' icons will be installed dnl ======================================================== -ICONSDIR="${datadir}/${PACKAGE}/icons/" +ICONSDIR="${pkgdatadir}/icons/" AC_SUBST(ICONSDIR) dnl ======================================================== dnl Directory where glade interfaces will be installed dnl ======================================================== -INTERFACESDIR="${datadir}/${PACKAGE}/interfaces/" +INTERFACESDIR="${pkgdatadir}/interfaces/" AC_SUBST(INTERFACESDIR) dnl ======================================================== -- cgit