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_scd.mk | |
parent | 5db7696114b4a91f5f3c2a1484f3deba6b780b2e (diff) |
remove all traces of offuh from makefiles
Diffstat (limited to 'sc/Library_scd.mk')
-rw-r--r-- | sc/Library_scd.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sc/Library_scd.mk b/sc/Library_scd.mk index 0331df2f9733..5b4aa8446190 100644 --- a/sc/Library_scd.mk +++ b/sc/Library_scd.mk @@ -30,13 +30,17 @@ $(eval $(call gb_Library_set_include,scd,\ -I$(realpath $(SRCDIR)/sc/inc) \ -I$(WORKDIR)/Misc/sc/ \ $$(INCLUDE) \ - -I$(OUTDIR)/inc/offuh \ )) $(eval $(call gb_Library_set_defs,scd,\ $$(DEFS) \ )) +$(eval $(call gb_Library_add_api,scd,\ + offapi \ + udkapi \ +)) + $(eval $(call gb_Library_add_linked_libs,scd,\ cppu \ cppuhelper \ |