summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1999-02-19 21:54:22 +0000
committerMartin Baulig <martin@src.gnome.org>1999-02-19 21:54:22 +0000
commita7bdfcb95128ecf0cb81cd5716bdf6d6d06624c1 (patch)
tree46770139d9b073dabb81c1843d7708e318bc4f2f /src
parent9146d53eccd24e7965c7bd57761eb7f2c4ea500b (diff)
downloadlibgtop-a7bdfcb95128ecf0cb81cd5716bdf6d6d06624c1.tar.gz
Don't include <glib.h>. Use `int' not `gint'.
1999-02-19 Martin Baulig <martin@home-of-linux.org> * include/glibtop/error.h: Don't include <glib.h>. * sysdeps/common/error.c: Use `int' not `gint'.
Diffstat (limited to 'src')
-rw-r--r--src/daemon/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 13a79936..e63b4514 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -41,7 +41,7 @@ libgtop_daemon_LDADD = $(top_builddir)/lib/libgtop.la \
libgtop_server_SOURCES = server.c slave.c io.c version.c daemon.h
libgtop_server_LDADD = $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps_suid.la \
$(top_builddir)/sysdeps/common/libgtop_suid_common.la \
- @LIBSUPPORT@ @INTLLIBS@
+ @LIBSUPPORT@
EXTRA_DIST = server_config.h.in server_config.pl