diff --git a/src/daemon/ChangeLog b/src/daemon/ChangeLog index 09dc71f6..c129aaa0 100644 --- a/src/daemon/ChangeLog +++ b/src/daemon/ChangeLog @@ -1,8 +1,3 @@ -1998-10-08 Federico Mena Quintero - - * Makefile.am (libgtop_daemon_LDADD): Add $(GLIB_LIBS) so that it - will link. - 1998-10-01 Martin Baulig * Makefile.am (install-exec-hook): Use `libgtop_postinstall' diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index e264fafd..6bb38d5b 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -22,7 +22,6 @@ libgtop_daemon_LDADD = $(top_builddir)/lib/libgtop.la \ $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps.la \ @sysdeps_suid_lib@ \ $(suid_sysdeps) $(suid_common)\ - $(GLIB_LIBS) \ @INTLLIBS@ @LIBSUPPORT@ @X_LIBS@ -lXau libgtop_server_SOURCES = server.c slave.c io.c version.c daemon.h