[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ossec-cvs] ossec-hids: Makefile (HEAD) [dcid]



Module name:	ossec-hids
Changes by:	dcid	07/07/11 01:26:59

Modified files:
	Makefile

Log message:
Description: Adding start/stop/checkstatus functions to the win_service code (used by the win ui).
Reviewed by: dcid
Bug:

Index: Makefile
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_xml/Makefile,v
diff -u -r1.1.1.1 -r1.2
--- Makefile	23 Sep 2005 15:10:03 -0000	1.1.1.1
+++ Makefile	11 Jul 2007 04:26:58 -0000	1.2
@@ -7,8 +7,8 @@
 
 include ../Config.Make
 
-SRCS =  os_xml.c os_xml_access.c os_xml_node_access.c os_xml_variables.c
-OBJS =  os_xml.o os_xml_access.o os_xml_node_access.o os_xml_variables.o
+SRCS =  os_xml.c os_xml_access.c os_xml_node_access.c os_xml_variables.c os_xml_writer.c
+OBJS =  os_xml.o os_xml_access.o os_xml_node_access.o os_xml_variables.o os_xml_writer.o
 
 xml:
 		$(CC) -DXML_VAR=\"var\" $(CFLAGS) -c $(SRCS)


OSSEC home | Main Index | Thread Index


OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.