summaryrefslogtreecommitdiff
path: root/cppunit/makefile.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2011-10-01 15:08:58 -0400
committerPeter Foley <pefoley2@verizon.net>2011-10-01 18:34:50 -0400
commitfb6a64d8fc6a93b52a10fad5516918fed9482f22 (patch)
tree9d89c246af76a9ae367401933dbeca9877c1ba92 /cppunit/makefile.mk
parent2f6dc09c05857ddc6238a425d64ab63577e90ec7 (diff)
make libcmis build aginst internal cppunit
Diffstat (limited to 'cppunit/makefile.mk')
-rw-r--r--cppunit/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppunit/makefile.mk b/cppunit/makefile.mk
index a136e343cd90..913504c063ee 100644
--- a/cppunit/makefile.mk
+++ b/cppunit/makefile.mk
@@ -144,7 +144,7 @@ CONFIGURE_FLAGS+= --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)
BUILD_ACTION = $(GNUMAKE) -j$(EXTMAXPROCESS)
BUILD_FLAGS = install
-OUTDIR2INC = ooo-install/include/cppunit
+OUTDIR2INC = ooo-install/include/cppunit ooo-install/lib/pkgconfig
OUT2BIN = ooo-install/bin/DllPlugInTester
.IF "$(OS)" == "MACOSX"