From 45273d9a44d1eb782c22dfd3856c96c2a275bdfd Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 20 Oct 2003 12:13:15 +0000 Subject: [PATCH] make it compile 2003-10-20 Bastien Nocera * configure.in: make it compile --- ChangeLog | 4 ++++ configure.in | 1 + src/daemon/ChangeLog | 4 ++++ src/daemon/Makefile.am | 2 +- 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 63e4d645..678e4d85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-20 Bastien Nocera + + * configure.in: make it compile + 2003-10-19 Carlos Perelló Marín * support/*: Reverted libgtop changes. It's a common module diff --git a/configure.in b/configure.in index 00051d38..5a85381c 100644 --- a/configure.in +++ b/configure.in @@ -479,5 +479,6 @@ lib/Makefile examples/Makefile doc/Makefile support/Makefile +support/gnome-support-2.0.pc libgtop-2.0.pc ]) diff --git a/src/daemon/ChangeLog b/src/daemon/ChangeLog index 2ddb846e..6836ea80 100644 --- a/src/daemon/ChangeLog +++ b/src/daemon/ChangeLog @@ -1,3 +1,7 @@ +2003-10-20 Bastien Nocera + + * Makefile.am: make it compile + 2003-05-11 Andrew Sobala * gnuserv.c: (permitted): fix buffer overflow vulnerability diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 7b1e457a..ad489d55 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -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@ + @LIBSUPPORT@ @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 \