|
From: Chris B. <buc...@us...> - 2012-08-14 21:13:25
|
Update of /cvsroot/sblim/sfcb
In directory vz-cvs-3.sog:/tmp/cvs-serv10191
Modified Files:
Makefile.am
Log Message:
[ 3501314 ] Add dynamic logging and syslog output to sfcb trace
Index: Makefile.am
===================================================================
RCS file: /cvsroot/sblim/sfcb/Makefile.am,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- Makefile.am 8 Aug 2012 20:35:35 -0000 1.119
+++ Makefile.am 14 Aug 2012 21:13:23 -0000 1.120
@@ -176,7 +176,7 @@
sfcbd
bin_PROGRAMS = \
- sfcbmofpp sfcbdump sfcbinst2mof
+ sfcbmofpp sfcbdump sfcbinst2mof sfcbtrace
noinst_PROGRAMS = \
sfcbdumpP32onI32 classSchema2c sfcbsem
@@ -431,6 +431,9 @@
sfcbinst2mof_SOURCES=sfcbinst2mof.c
sfcbinst2mof_LDADD = -lsfcFileRepository -lsfcBrokerCore -lsfcUtil
+sfcbtrace_SOURCES=sfcbtrace.c
+sfcbtrace_LDADD = -lsfcBrokerCore
+
classSchema2c_SOURCES=classSchema2c.c
classSchema2c_LDADD=-lsfcBrokerCore -lsfcUtil
classSchema2c_DEPENDENCIES=libsfcBrokerCore.la
|