
renaud at nessus
May 29, 2006, 10:04 AM
Post #1 of 1
(762 views)
Permalink
|
|
NessusClient/nessus Makefile,1.15,1.16
|
|
Update of /usr/local/cvs/NessusClient/nessus In directory raccoon.nessus.org:/tmp/cvs-serv74488/nessus Modified Files: Makefile Log Message: Solaris magic Index: Makefile =================================================================== RCS file: /usr/local/cvs/NessusClient/nessus/Makefile,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Makefile 27 Apr 2006 16:44:51 -0000 1.15 +++ Makefile 29 May 2006 17:04:38 -0000 1.16 @@ -3,9 +3,10 @@ GTKLIBS= $(GTKCONFIG_LIBS) INCLUDE = ${include} $(GTKCONFIG_CFLAGS) -Igdchart0.94b -Igdchart0.94b/gd1.3 LIBS = $(X_LIBS) $(X_CFLAGS) $(GTKLIBS) \ - $(RUN_LIBS) $(C_R_LIB) gdchart0.94b/gd1.3/libgd.a -lm -L../libnessus -lnessus-client -lssl -lcrypto $(DL_LIB) -lz + $(RUN_LIBS) $(C_R_LIB) gdchart0.94b/gd1.3/libgd.a -lm -L../libnessus -lnessus-client -lssl -lcrypto $(DL_LIB) -lz $(SOCKET_LIB) NESSUS_INCLUDE=`sh ./cflags` +CFLAGS+=-Wall OBJS = auth.o \ nessus_plugin.o \ _______________________________________________ Nessus-cvs mailing list Nessus-cvs [at] list http://mail.nessus.org/mailman/listinfo/nessus-cvs
|