diff options
author | David Tardon <dtardon@redhat.com> | 2011-05-30 18:47:55 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-17 14:43:29 +0200 |
commit | 2ef73ac0e45adb283a6cff2645bddd53aa6b3d70 (patch) | |
tree | 9b3d1027c5a20f48f5783e4bf1d523ba166e02f2 /sd/Library_sdfilt.mk | |
parent | 6813470ad0f8ed4a87ed296d8d35e6857f10bf15 (diff) |
remove all traces of offuh from makefiles
Diffstat (limited to 'sd/Library_sdfilt.mk')
-rw-r--r-- | sd/Library_sdfilt.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sd/Library_sdfilt.mk b/sd/Library_sdfilt.mk index b1bb3de9a8eb..97fe6b65cd36 100644 --- a/sd/Library_sdfilt.mk +++ b/sd/Library_sdfilt.mk @@ -34,7 +34,6 @@ $(eval $(call gb_Library_set_include,sdfilt,\ -I$(realpath $(SRCDIR)/sd/inc) \ -I$(realpath $(SRCDIR)/sd/inc/pch) \ -I$(OUTDIR)/inc \ - -I$(OUTDIR)/inc/offuh \ )) $(eval $(call gb_Library_set_defs,sdfilt,\ @@ -49,6 +48,11 @@ $(eval $(call gb_Library_set_defs,sdfilt,\ )) endif +$(eval $(call gb_Library_add_api,sdfilt,\ + offapi \ + udkapi \ +)) + $(eval $(call gb_Library_add_linked_libs,sdfilt,\ comphelper \ cppu \ |