diff options
author | David Tardon <dtardon@redhat.com> | 2011-05-30 18:47:56 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-17 16:41:13 +0200 |
commit | a05f312ccb486be7255a1c87fd1474a2d3260811 (patch) | |
tree | 82dd0a0350aeb3aaea3937719ac64f22a4eeecc3 /fileaccess | |
parent | b35d54dd1d42b13c60278c3f5bf547888a461089 (diff) |
remove all traces of offuh from makefiles
Diffstat (limited to 'fileaccess')
-rw-r--r-- | fileaccess/Library_fileacc.mk | 6 |
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 \ |