diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-05 18:12:24 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-06 15:06:38 +0200 |
commit | 5df47e2a17abb2a2455df42fa65756d862e5c6f0 (patch) | |
tree | a4bdee81b15ca475a7096380f0a006dd4edd419c /extensions | |
parent | 62e51648ff16af103330c5d5e55b1d753e1cdcdb (diff) |
add missing dep on comphelper/documentconstants.hxx
Change-Id: I80f46c774f0cb177b2b38e5cf753d03ddd342992
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/Library_npsoplugin.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/Library_npsoplugin.mk b/extensions/Library_npsoplugin.mk index 6528b3d3c4b7..00a4785c9f15 100644 --- a/extensions/Library_npsoplugin.mk +++ b/extensions/Library_npsoplugin.mk @@ -30,6 +30,10 @@ $(eval $(call gb_Library_Library,npsoplugin)) +$(eval $(call gb_Library_use_packages,npsoplugin,\ + comphelper_inc \ +)) + $(eval $(call gb_Library_use_external,npsoplugin,mozilla_headers)) $(eval $(call gb_Library_use_static_libraries,npsoplugin,\ |