[Openvas-commits] r356 - in trunk/openvas-libraries: . libhosts_gatherer

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Aug 2 21:20:00 CEST 2007


Author: jan
Date: 2007-08-02 21:20:00 +0200 (Thu, 02 Aug 2007)
New Revision: 356

Modified:
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/libhosts_gatherer/Makefile
   trunk/openvas-libraries/libhosts_gatherer/test.c
   trunk/openvas-libraries/libopenvas-config.pre.in
Log:
* libopenvas-config.pre.in, libhosts_gatherer/Makefile,
libhosts_gatherer/test.c: Renamed libhost_gatherer
by libopenvas_hg.


Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog	2007-08-01 23:06:52 UTC (rev 355)
+++ trunk/openvas-libraries/ChangeLog	2007-08-02 19:20:00 UTC (rev 356)
@@ -1,3 +1,9 @@
+2007-08-02  Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
+	* libopenvas-config.pre.in, libhosts_gatherer/Makefile,
+	libhosts_gatherer/test.c: Renamed libhost_gatherer
+	by libopenvas_hg.
+
 2007-08-01  Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
 
 	Removed strange handling of CWARN which tries to collect

Modified: trunk/openvas-libraries/libhosts_gatherer/Makefile
===================================================================
--- trunk/openvas-libraries/libhosts_gatherer/Makefile	2007-08-01 23:06:52 UTC (rev 355)
+++ trunk/openvas-libraries/libhosts_gatherer/Makefile	2007-08-02 19:20:00 UTC (rev 356)
@@ -1,6 +1,6 @@
 # OpenVAS
 # $Id$
-# Description: Makefile for libhosts-gatherer of OpenVAS-libraries.
+# Description: Makefile for libopenvas_hg of OpenVAS-libraries.
 #
 # Authors:
 # Renaud Deraison <deraison at nessus.org> (Original pre-fork development)
@@ -34,18 +34,18 @@
 	hosts_gatherer.lo hg_debug.lo hg_dns_axfr.lo
 
 
-all : libhosts_gatherer.la
+all : libopenvas_hg.la
 
-test : libhosts_gatherer.la 
-	$(COMPILE)  test.c -o test -L.libs -lhosts_gatherer $(LIBS)
+test : libopenvas_hg.la
+	$(COMPILE)  test.c -o test -L.libs -lopenvas_hg $(LIBS)
 
-install : libhosts_gatherer.la
+install : libopenvas_hg.la
 	test -d $(DESTDIR)${libdir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${libdir}
-	$(LIBTOOL) --mode install $(INSTALL) libhosts_gatherer.la $(DESTDIR)${libdir} 
+	$(LIBTOOL) --mode install $(INSTALL) libopenvas_hg.la $(DESTDIR)${libdir} 
 	$(LIBTOOL) --finish $(DESTDIR)${libdir}
 	
-libhosts_gatherer.la : $(OBJS)
-	$(LIBTOOL) $(CC) -o libhosts_gatherer.la $(LO_OBJS) -rpath ${libdir} \
+libopenvas_hg.la : $(OBJS)
+	$(LIBTOOL) $(CC) -o libopenvas_hg.la $(LO_OBJS) -rpath ${libdir} \
 	-version-info ${PACKAGE_VERSION}
 	        
 hg_utils.o : hg_utils.h hosts_gatherer.h hg_utils.c

Modified: trunk/openvas-libraries/libhosts_gatherer/test.c
===================================================================
--- trunk/openvas-libraries/libhosts_gatherer/test.c	2007-08-01 23:06:52 UTC (rev 355)
+++ trunk/openvas-libraries/libhosts_gatherer/test.c	2007-08-02 19:20:00 UTC (rev 356)
@@ -5,9 +5,9 @@
  * This simple program compiles when you link it against
  * the following shared libraries :
  *
- *	-lhosts_gatherer
- *	-lpcap-nessus
- *	-lnessus
+ *	-lopenvas_hg
+ *	-lpcap
+ *	-lopenvas
  *
  * Its purpose is to demonstrate how to use the lib hosts_gatherer
  *

Modified: trunk/openvas-libraries/libopenvas-config.pre.in
===================================================================
--- trunk/openvas-libraries/libopenvas-config.pre.in	2007-08-01 23:06:52 UTC (rev 355)
+++ trunk/openvas-libraries/libopenvas-config.pre.in	2007-08-02 19:20:00 UTC (rev 356)
@@ -62,7 +62,7 @@
 		;;
 	--libs)
 	
-		echo $Xn "-L$LIBDIR -lopenvas -lhosts_gatherer $CIPHER $EXTRA $Xc"
+		echo $Xn "-L$LIBDIR -lopenvas -lopenvas_hg $CIPHER $EXTRA $Xc"
 		;;
 	--cflags)
 		echo $Xn "$DEFS -I$INCLUDEDIR/openvas $CIPHER_CFLAGS $Xc"



More information about the Openvas-commits mailing list