[Openvas-commits] r8113 - in trunk/openvas-libraries: . base

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jun 22 08:49:40 CEST 2010


Author: mwiegand
Date: 2010-06-22 08:49:39 +0200 (Tue, 22 Jun 2010)
New Revision: 8113

Modified:
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/base/CMakeLists.txt
Log:
* base/CMakeLists.txt: Make sure drop_privileges.c gets build and
  drop_privileges.h gets installed.


Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog	2010-06-21 22:32:36 UTC (rev 8112)
+++ trunk/openvas-libraries/ChangeLog	2010-06-22 06:49:39 UTC (rev 8113)
@@ -1,3 +1,8 @@
+2010-06-22  Michael Wiegand <michael.wiegand at greenbone.net>
+
+	* base/CMakeLists.txt: Make sure drop_privileges.c gets build and
+	drop_privileges.h gets installed.
+
 2010-06-19  Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
 
 	* doc/example.target.sources: Renamed to

Modified: trunk/openvas-libraries/base/CMakeLists.txt
===================================================================
--- trunk/openvas-libraries/base/CMakeLists.txt	2010-06-21 22:32:36 UTC (rev 8112)
+++ trunk/openvas-libraries/base/CMakeLists.txt	2010-06-22 06:49:39 UTC (rev 8113)
@@ -144,13 +144,13 @@
   set (CMAKE_C_FLAGS              "${CMAKE_C_FLAGS} -Wall -Werror -fPIC")
 endif (NOT MINGW)
 
-set (FILES array.c certificate.c credentials.c hash_table_util.c nvti.c
-     nvticache.c openvas_certificate_file.c openvas_file.c openvas_string.c
-     pidfile.c severity_filter.c settings.c)
+set (FILES array.c certificate.c credentials.c drop_privileges.c
+     hash_table_util.c nvti.c nvticache.c openvas_certificate_file.c
+     openvas_file.c openvas_string.c pidfile.c severity_filter.c settings.c)
 
-set (HEADERS array.h certificate.h credentials.h hash_table_util.h nvti.h
-     settings.h openvas_certificate_file.h openvas_file.h openvas_string.h
-     pidfile.h severity_filter.h)
+set (HEADERS array.h certificate.h credentials.h drop_privileges.h
+     hash_table_util.h nvti.h settings.h openvas_certificate_file.h openvas_file.h
+     openvas_string.h pidfile.h severity_filter.h)
 
 add_library (openvas_base_static STATIC ${FILES})
 set_target_properties (openvas_base_static PROPERTIES COMPILE_FLAGS "${GLIB_CFLAGS}")



More information about the Openvas-commits mailing list