summaryrefslogtreecommitdiff
path: root/sc/Library_scfilt.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-05-30 18:47:52 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-18 11:25:30 +0200
commit5e7d51d43897c3d6acd6951ccd2279a1ab358705 (patch)
tree648582b1eeea10ef0b60f36826e175219be24de3 /sc/Library_scfilt.mk
parent5db7696114b4a91f5f3c2a1484f3deba6b780b2e (diff)
remove all traces of offuh from makefiles
Diffstat (limited to 'sc/Library_scfilt.mk')
-rw-r--r--sc/Library_scfilt.mk6
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 \