make it compile

2003-10-20  Bastien Nocera  <hadess@hadess.net>

	* configure.in: make it compile
This commit is contained in:
Bastien Nocera
2003-10-20 12:13:15 +00:00
committed by Bastien Nocera
parent 80aeb305c2
commit 45273d9a44
4 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-10-20 Bastien Nocera <hadess@hadess.net>
* configure.in: make it compile
2003-10-19 Carlos Perelló Marín <carlos@gnome.org>
* support/*: Reverted libgtop changes. It's a common module

View File

@@ -479,5 +479,6 @@ lib/Makefile
examples/Makefile
doc/Makefile
support/Makefile
support/gnome-support-2.0.pc
libgtop-2.0.pc
])

View File

@@ -1,3 +1,7 @@
2003-10-20 Bastien Nocera <hadess@hadess.net>
* Makefile.am: make it compile
2003-05-11 Andrew Sobala <aes@gnome.org>
* gnuserv.c: (permitted): fix buffer overflow vulnerability

View File

@@ -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 \