summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-10-04 16:14:23 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-10-04 16:14:23 +0000
commitb43e6b19808b4fb0ea7fc7ecf7670888c094cf15 (patch)
tree14d2434c0b655e8deb8d2ea237690ac74556ee24 /configure.ac
parent1180ca5544328d79ae4032a1855d2ec788ecda4d (diff)
* remove old sh scripts system
* support avahi 0.4 by skipping exceptions on IsLocal git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@34 3be567f1-68ff-0310-b24a-ad7cc433fd2f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 8dfeaed..fe00b07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,12 +19,6 @@ AM_CHECK_PYMOD(avahi,,,[AC_MSG_ERROR(Could not find Python module avahi)])
# AM_CHECK_PYMOD(gnomeapplet,,,[AC_MSG_ERROR(Could not find Python module gnomeapplet)])
dnl ========================================================
-dnl Directory where services' scripts will be installed
-dnl ========================================================
-SCRIPTSDIR="${datadir}/${PACKAGE}/scripts/"
-AC_SUBST(SCRIPTSDIR)
-
-dnl ========================================================
dnl Directory where services' actions will be installed
dnl ========================================================
ACTIONSDIR="${datadir}/${PACKAGE}/actions/"
@@ -55,7 +49,6 @@ AC_CONFIG_FILES([
icons/24x24/Makefile
icons/48x48/Makefile
schemas/Makefile
- scripts/Makefile
servers/Makefile
actions/Makefile
actions/services/Makefile