summaryrefslogtreecommitdiff
path: root/fileaccess
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-05-30 18:47:56 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-17 16:41:13 +0200
commita05f312ccb486be7255a1c87fd1474a2d3260811 (patch)
tree82dd0a0350aeb3aaea3937719ac64f22a4eeecc3 /fileaccess
parentb35d54dd1d42b13c60278c3f5bf547888a461089 (diff)
remove all traces of offuh from makefiles
Diffstat (limited to 'fileaccess')
-rw-r--r--fileaccess/Library_fileacc.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/fileaccess/Library_fileacc.mk b/fileaccess/Library_fileacc.mk
index b6694e6453..6fb3bcb7a2 100644
--- a/fileaccess/Library_fileacc.mk
+++ b/fileaccess/Library_fileacc.mk
@@ -30,10 +30,14 @@ $(eval $(call gb_Library_Library,fileacc))
$(eval $(call gb_Library_set_include,fileacc,\
$$(INCLUDE) \
- -I$(OUTDIR)/inc/offuh \
-I$(OUTDIR)/inc \
))
+$(eval $(call gb_Library_add_api,fileacc,\
+ offapi \
+ udkapi \
+))
+
$(eval $(call gb_Library_add_linked_libs,fileacc,\
cppu \
cppuhelper \