From 5ce17adcb1ff31ffdc2618fcf4788beecc1e1ff8 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Sat, 19 Nov 2005 00:33:52 +0000 Subject: * 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 --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 88a8a6b..b96f551 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = modules + interfacesdir = $(INTERFACESDIR) interfaces_DATA = service-discovery-config.glade @@ -18,7 +20,7 @@ service-discovery-applet: service-discovery-applet.in -e 's,@PYTHON\@,$(PYTHON),g' \ -e 's,@version\@,$(VERSION),g' \ -e 's,@iconsdir\@,$(ICONSDIR),g' \ - -e 's,@actionsdir\@,$(ACTIONSDIR),g' \ + -e 's,@pluginsdir\@,$(PLUGINSDIR),g' \ -e 's,@GETTEXT_PACKAGE\@,$(GETTEXT_PACKAGE),g' \ -e 's,@LOCALEDIR\@,$(LOCALEDIR),g' \ $< > $@ -- cgit