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 <[EMAIL PROTECTED]>
+
+       * libopenvas-config.pre.in, libhosts_gatherer/Makefile,
+       libhosts_gatherer/test.c: Renamed libhost_gatherer
+       by libopenvas_hg.
+
 2007-08-01  Jan-Oliver Wagner <[EMAIL PROTECTED]>
 
        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 <[EMAIL PROTECTED]> (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"

_______________________________________________
Openvas-commits mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits

Reply via email to