[Openvas-commits] r6040 - in trunk/gsa: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Dec 2 19:07:19 CET 2009
Author: jan
Date: 2009-12-02 19:07:18 +0100 (Wed, 02 Dec 2009)
New Revision: 6040
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/CMakeLists.txt
trunk/gsa/src/gsad_oap.h
Log:
* src/gsad_oap.h: Fixed comment.
* src/CMakeLists.txt: Reformatted.
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2009-12-02 16:35:45 UTC (rev 6039)
+++ trunk/gsa/ChangeLog 2009-12-02 18:07:18 UTC (rev 6040)
@@ -1,3 +1,9 @@
+2009-12-02 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
+
+ * src/gsad_oap.h: Fixed comment.
+
+ * src/CMakeLists.txt: Reformatted.
+
2009-12-02 Michael Wiegand <michael.wiegand at intevation.de>
* src/html/src/omp.xsl: Make 'Full and fast' accessible again as a scan
Modified: trunk/gsa/src/CMakeLists.txt
===================================================================
--- trunk/gsa/src/CMakeLists.txt 2009-12-02 16:35:45 UTC (rev 6039)
+++ trunk/gsa/src/CMakeLists.txt 2009-12-02 18:07:18 UTC (rev 6040)
@@ -29,24 +29,24 @@
exec_program (pkg-config
ARGS --cflags gthread-2.0
- OUTPUT_VARIABLE GLIB_THREAD_CFLAGS)
+ OUTPUT_VARIABLE GLIB_THREAD_CFLAGS)
exec_program (pkg-config
ARGS --libs gthread-2.0
- OUTPUT_VARIABLE GLIB_THREAD_LDFLAGS)
+ OUTPUT_VARIABLE GLIB_THREAD_LDFLAGS)
exec_program (pkg-config
ARGS --cflags glib-2.0
- OUTPUT_VARIABLE GLIB_CFLAGS)
+ OUTPUT_VARIABLE GLIB_CFLAGS)
exec_program (pkg-config
ARGS --libs glib-2.0
- OUTPUT_VARIABLE GLIB_LDFLAGS)
+ OUTPUT_VARIABLE GLIB_LDFLAGS)
exec_program (pkg-config
ARGS --cflags libxml-2.0
- OUTPUT_VARIABLE LIBXML_CFLAGS)
+ OUTPUT_VARIABLE LIBXML_CFLAGS)
exec_program (pkg-config
ARGS --libs libxml-2.0
- OUTPUT_VARIABLE LIBXML_LDFLAGS)
+ OUTPUT_VARIABLE LIBXML_LDFLAGS)
exec_program (libopenvas-config
ARGS --cflags
Modified: trunk/gsa/src/gsad_oap.h
===================================================================
--- trunk/gsa/src/gsad_oap.h 2009-12-02 16:35:45 UTC (rev 6039)
+++ trunk/gsa/src/gsad_oap.h 2009-12-02 18:07:18 UTC (rev 6040)
@@ -1,6 +1,6 @@
/* Greenbone Security Assistant
* $Id$
- * Description: Headers for GSA's OAP communication module
+ * Description: Headers for GSA's OAP communication module.
*
* Authors:
* Matthew Mundell <matthew.mundell at intevation.de>
More information about the Openvas-commits
mailing list