remove guile and libgnome-support stuff

2003-10-20  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am:
	* configure.in: remove guile and libgnome-support stuff
This commit is contained in:
Bastien Nocera
2003-10-20 12:55:33 +00:00
committed by Bastien Nocera
parent 45273d9a44
commit 21c4e155dd
6 changed files with 17 additions and 164 deletions

View File

@@ -1,3 +1,8 @@
2003-10-20 Bastien Nocera <hadess@hadess.net>
* Makefile.am:
* gnuserv.c: remove guile and libgnome-support stuff
2003-10-20 Bastien Nocera <hadess@hadess.net>
* Makefile.am: make it compile

View File

@@ -40,7 +40,7 @@ libgtop_daemon2_LDADD = $(top_builddir)/lib/libgtop-2.0.la \
@sysdeps_suid_lib@ \
$(suid_sysdeps) $(suid_common)\
$(LIBGTOP_LIBS)\
@LIBSUPPORT@ @INTLLIBS@ @libs_xauth@ -lpopt
@INTLLIBS@ @libs_xauth@ -lpopt
libgtop_server2_SOURCES = server.c slave.c io.c version.c daemon.h
libgtop_server2_LDADD = $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps_suid-2.0.la \

View File

@@ -42,7 +42,7 @@
#include <glibtop/gnuserv.h>
#include <errno.h>
#include <popt-gnome.h>
#include <popt.h>
#include "daemon.h"