[Oval-commits] r66 - trunk/Interpreters/project/linux

Pavel Vinogradov blaze-guest at alioth.debian.org
Tue Jul 10 17:39:14 UTC 2007


Author: blaze-guest
Date: 2007-07-10 17:39:14 +0000 (Tue, 10 Jul 2007)
New Revision: 66

Modified:
   trunk/Interpreters/project/linux/Makefile
Log:
Update build system for support DPKGInfoProbe class

Modified: trunk/Interpreters/project/linux/Makefile
===================================================================
--- trunk/Interpreters/project/linux/Makefile	2007-07-10 17:37:50 UTC (rev 65)
+++ trunk/Interpreters/project/linux/Makefile	2007-07-10 17:39:14 UTC (rev 66)
@@ -54,7 +54,7 @@
 LIBDIR = -L/usr/lib
 
 # What libraries do we need?
-LIBS = -lxerces-c -lxalan-c -lpcre -lrpm -lrpmdb -lrpmio -lpopt
+LIBS = -lxerces-c -lxalan-c -lpcre -lrpm -lrpmdb -lrpmio -lpopt -lapt-pkg
 
 # Determine what platform the source is being build on
 PLATFORM = $(shell uname)
@@ -132,6 +132,7 @@
 	InetListeningServersProbe.obj \
 	ProcessProbe.obj \
 	RPMInfoProbe.obj \
+	DPKGInfoProbe.obj \
 	UnameProbe.obj \
 	TextFileContentProbe.obj \
 	XmlFileContentProbe.obj \
@@ -213,6 +214,7 @@
 	$(BUILDDIR)/InetListeningServersProbe.obj \
 	$(BUILDDIR)/ProcessProbe.obj \
 	$(BUILDDIR)/RPMInfoProbe.obj \
+	$(BUILDDIR)/DPKGInfoProbe.obj \
 	$(BUILDDIR)/UnameProbe.obj \
 	$(BUILDDIR)/TextFileContentProbe.obj \
 	$(BUILDDIR)/XmlFileContentProbe.obj \




More information about the Oval-commits mailing list