summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-11-19 00:33:52 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-11-19 00:33:52 +0000
commit5ce17adcb1ff31ffdc2618fcf4788beecc1e1ff8 (patch)
tree0039768e4f21777c78e1f893c51d5253ed72153a /configure.ac
parentd8bc0dbb720eefc1d7189c99ae8045524952eb46 (diff)
* added a the begining of a proper plugin architecture
git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@80 3be567f1-68ff-0310-b24a-ad7cc433fd2f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 5969b26..36a33d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,10 +21,10 @@ 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' actions will be installed
+dnl Directory where services' plugins will be installed
dnl ========================================================
-ACTIONSDIR="${datadir}/${PACKAGE}/actions/"
-AC_SUBST(ACTIONSDIR)
+PLUGINSDIR="${datadir}/${PACKAGE}/plugins/"
+AC_SUBST(PLUGINSDIR)
dnl ========================================================
dnl Directory where services' icons will be installed
@@ -65,9 +65,9 @@ AC_CONFIG_FILES([
icons/48x48/Makefile
schemas/Makefile
servers/Makefile
- actions/Makefile
- actions/services/Makefile
src/Makefile
+ src/modules/Makefile
+ plugins/Makefile
po/Makefile.in
])
AC_OUTPUT