diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-09 21:17:22 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-10 17:26:53 +0200 |
commit | c60b8ab88a8c65f4db4f90494373c438c97cd8cf (patch) | |
tree | ab777f0589f571c9b3d87252f61f47d0a417c4c8 | |
parent | cc76e1d7e1e48eefd5cb38db56bc63da8bd4234f (diff) |
add missing dep on sfx2 headers
Change-Id: I93b48313501f97c9934b1a7368e289e9a3ca5a76
-rw-r--r-- | svx/Library_textconversiondlgs.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/Library_textconversiondlgs.mk b/svx/Library_textconversiondlgs.mk index f16bf445963d..87840de9b1c0 100644 --- a/svx/Library_textconversiondlgs.mk +++ b/svx/Library_textconversiondlgs.mk @@ -28,6 +28,10 @@ $(eval $(call gb_Library_Library,textconversiondlgs)) +$(eval $(call gb_Library_use_packages,textconversiondlgs,\ + sfx2_inc \ +)) + $(eval $(call gb_Library_set_componentfile,textconversiondlgs,svx/util/textconversiondlgs)) $(eval $(call gb_Library_set_include,textconversiondlgs,\ |