diff options
author | David Tardon <dtardon@redhat.com> | 2011-05-30 18:47:52 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-18 11:25:30 +0200 |
commit | 5e7d51d43897c3d6acd6951ccd2279a1ab358705 (patch) | |
tree | 648582b1eeea10ef0b60f36826e175219be24de3 /sc/Library_scfilt.mk | |
parent | 5db7696114b4a91f5f3c2a1484f3deba6b780b2e (diff) |
remove all traces of offuh from makefiles
Diffstat (limited to 'sc/Library_scfilt.mk')
-rw-r--r-- | sc/Library_scfilt.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk index edcfd7ce11ad..04e6dba9eabe 100644 --- a/sc/Library_scfilt.mk +++ b/sc/Library_scfilt.mk @@ -33,7 +33,6 @@ $(eval $(call gb_Library_set_include,scfilt,\ -I$(realpath $(SRCDIR)/sc/inc/pch) \ -I$(WORKDIR)/Misc/sc/ \ $$(INCLUDE) \ - -I$(OUTDIR)/inc/offuh \ -I$(OUTDIR)/inc \ )) @@ -41,6 +40,11 @@ $(eval $(call gb_Library_set_defs,scfilt,\ $$(DEFS) \ )) +$(eval $(call gb_Library_add_api,scfilt,\ + offapi \ + udkapi \ +)) + $(eval $(call gb_Library_add_linked_libs,scfilt,\ basegfx \ comphelper \ |