Added $(GLIB_LIBS) to libs. Not sure how it ever built without it.

1998-11-01  Marc Ewing  <marc@tasmanian.redhat.com>

        * Makefile.am: Added $(GLIB_LIBS) to libs.  Not sure
        how it ever built without it.
This commit is contained in:
Marc Ewing
1998-11-02 03:20:14 +00:00
committed by Marc Ewing
parent 82fdca61c2
commit 44ca3f22f3
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
1998-11-01 Marc Ewing <marc@tasmanian.redhat.com>
* Makefile.am: Added $(GLIB_LIBS) to libs. Not sure
how it ever built without it.
1998-10-20 Martin Baulig <martin@home-of-linux.org> 1998-10-20 Martin Baulig <martin@home-of-linux.org>
* Makefile.am: Added a notice that this file *requires* * Makefile.am: Added a notice that this file *requires*

View File

@@ -36,6 +36,7 @@ libgtop_daemon_LDADD = $(top_builddir)/lib/libgtop.la \
$(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps.la \ $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps.la \
@sysdeps_suid_lib@ \ @sysdeps_suid_lib@ \
$(suid_sysdeps) $(suid_common)\ $(suid_sysdeps) $(suid_common)\
$(GLIB_LIBS)\
@INTLLIBS@ @LIBSUPPORT@ @libs_xauth@ @INTLLIBS@ @LIBSUPPORT@ @libs_xauth@
libgtop_server_SOURCES = server.c slave.c io.c version.c daemon.h libgtop_server_SOURCES = server.c slave.c io.c version.c daemon.h