From c69a69f7b314aaa4b1fb265232ae420d076ad245 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Sun, 2 Oct 2005 00:13:49 +0000 Subject: * remove support for shell scripts (too dangerous) * add support for python modules for servicetype's actions (not finnished) git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@23 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6d61bcb..1cafdee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,7 @@ SUBDIRS = \ icons \ schemas \ scripts \ + actions \ servers EXTRA_DIST = README INSTALL AUTHORS COPYING -- cgit