From 44ca3f22f364856630dbae2c006376b62802d06b Mon Sep 17 00:00:00 2001 From: Marc Ewing Date: Mon, 2 Nov 1998 03:20:14 +0000 Subject: [PATCH] Added $(GLIB_LIBS) to libs. Not sure how it ever built without it. 1998-11-01 Marc Ewing * Makefile.am: Added $(GLIB_LIBS) to libs. Not sure how it ever built without it. --- src/daemon/ChangeLog | 5 +++++ src/daemon/Makefile.am | 1 + 2 files changed, 6 insertions(+) diff --git a/src/daemon/ChangeLog b/src/daemon/ChangeLog index efc44c2b..e783dd0b 100644 --- a/src/daemon/ChangeLog +++ b/src/daemon/ChangeLog @@ -1,3 +1,8 @@ +1998-11-01 Marc Ewing + + * Makefile.am: Added $(GLIB_LIBS) to libs. Not sure + how it ever built without it. + 1998-10-20 Martin Baulig * Makefile.am: Added a notice that this file *requires* diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 722e1f46..8da335b4 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -36,6 +36,7 @@ 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@ @libs_xauth@ libgtop_server_SOURCES = server.c slave.c io.c version.c daemon.h