Author: bh
Date: 2007-10-08 18:48:33 +0200 (Mon, 08 Oct 2007)
New Revision: 418

Modified:
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/libopenvas_hg/Makefile
Log:
* libopenvas_hg/Makefile: Install hosts_gatherer.h and hg_utils.h
into ${includedir}/openvas.  They contain declarations needed by
openvas-server and openvas-libnasl


Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog   2007-10-08 15:42:38 UTC (rev 417)
+++ trunk/openvas-libraries/ChangeLog   2007-10-08 16:48:33 UTC (rev 418)
@@ -1,3 +1,9 @@
+2007-10-08  Bernhard Herzog  <[EMAIL PROTECTED]>
+
+       * libopenvas_hg/Makefile: Install hosts_gatherer.h and hg_utils.h
+       into ${includedir}/openvas.  They contain declarations needed by
+       openvas-server and openvas-libnasl
+
 2007-09-13  Jan-Oliver Wagner <[EMAIL PROTECTED]>
 
        * VERSION: bumped to 0.9.2.SVN

Modified: trunk/openvas-libraries/libopenvas_hg/Makefile
===================================================================
--- trunk/openvas-libraries/libopenvas_hg/Makefile      2007-10-08 15:42:38 UTC 
(rev 417)
+++ trunk/openvas-libraries/libopenvas_hg/Makefile      2007-10-08 16:48:33 UTC 
(rev 418)
@@ -43,7 +43,9 @@
        test -d $(DESTDIR)${libdir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${libdir}
        $(LIBTOOL) --mode install $(INSTALL) libopenvas_hg.la 
$(DESTDIR)${libdir} 
        $(LIBTOOL) --finish $(DESTDIR)${libdir}
-       
+       $(INSTALL) -m 0644 hosts_gatherer.h ${includedir}/openvas
+       $(INSTALL) -m 0644 hg_utils.h ${includedir}/openvas
+
 libopenvas_hg.la : $(OBJS)
        $(LIBTOOL) $(CC) -o libopenvas_hg.la $(LO_OBJS) -rpath ${libdir} \
        -version-info ${PACKAGE_VERSION}

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

Reply via email to