diff options
author | David Tardon <dtardon@redhat.com> | 2012-09-30 07:35:08 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-01 07:21:07 +0200 |
commit | b7bc73de34f1fda3f5ce533e139a19d54b142c10 (patch) | |
tree | c38226316825d79a3ff8cc3910f115cb677da41b /sdext | |
parent | 25a7a4bb6cc226f5a7d2d7352b10ebaa049661ff (diff) |
add missing dep for tools/errcode.hxx
Change-Id: I6e63a545332a1b865a26b355db49869c214f97c7
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/StaticLibrary_pdfimport_s.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sdext/StaticLibrary_pdfimport_s.mk b/sdext/StaticLibrary_pdfimport_s.mk index 699e3e7df185..20065a9100bb 100644 --- a/sdext/StaticLibrary_pdfimport_s.mk +++ b/sdext/StaticLibrary_pdfimport_s.mk @@ -29,6 +29,10 @@ include $(dir $(realpath $(lastword $(MAKEFILE_LIST))))platform.mk $(eval $(call gb_StaticLibrary_StaticLibrary,pdfimport_s)) +$(eval $(call gb_StaticLibrary_use_packages,pdfimport_s,\ + tools_inc \ +)) + $(eval $(call gb_StaticLibrary_use_api,pdfimport_s,\ offapi \ udkapi \ |