From de1b7aaa445ceb712b1a1b7a6d79ec9225ef74d9 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Sun, 28 Aug 2005 23:18:36 +0000 Subject: * add a check for python module gnomeapplet git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@5 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- configure.ac | 1 + src/service-discovery-applet.in | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8ca6659..859badc 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,7 @@ AM_PATH_PYTHON([2.4]) AM_CHECK_PYMOD(gtk,,,[AC_MSG_ERROR(Could not find Python module pygtk)]) AM_CHECK_PYMOD(dbus,,,[AC_MSG_ERROR(Could not find Python module dbus)]) 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)]) SCRIPTSDIR="${datadir}/${PACKAGE}/scripts/" AC_SUBST(SCRIPTSDIR) diff --git a/src/service-discovery-applet.in b/src/service-discovery-applet.in index 171f8c0..8270c08 100755 --- a/src/service-discovery-applet.in +++ b/src/service-discovery-applet.in @@ -16,7 +16,9 @@ # License along with sd-applet; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. - +# +# $id$ +# # todo # * memleaks ? # * dict([el.split('=',1) for el in l ]) -- cgit