From 42c2bb129f9d1704d6e087f3e866825e2c1d16e8 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Tue, 27 Mar 2007 08:22:07 +0000 Subject: * add support for gobby * bump version number git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@139 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- plugins/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 893cc07..77b9028 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -4,12 +4,14 @@ plugins = \ gconfterminal.py.in \ nautilus.py.in \ xvncviewer.py.in \ + obby.py.in \ ekiga.py.in plugins_DATA = \ gconfterminal.py \ nautilus.py \ xvncviewer.py \ + obby.py \ ekiga.py gconfterminal.py: gconfterminal.py.in @@ -27,6 +29,11 @@ xvncviewer.py: xvncviewer.py.in -e 's,@toolsdir\@,$(TOOLSDIR),g' \ $< > $@ +obby.py: obby.py.in + sed \ + -e 's,@toolsdir\@,$(TOOLSDIR),g' \ + $< > $@ + ekiga.py: ekiga.py.in sed \ -e 's,@toolsdir\@,$(TOOLSDIR),g' \ -- cgit