From 2d6a15850fb6f55379089273b7229fcaf36df480 Mon Sep 17 00:00:00 2001 From: Sebastian Droege Date: Sat, 21 Jan 2006 00:36:12 +0000 Subject: * use pkgdatadir correctly git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@87 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- configure.ac | 6 +++--- 1 file 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 ======================================================== -- cgit