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 | 68e8a8404308a9283f2bcfa3c73a4c1ea774a511 (patch) | |
tree | 56162537d17cef4e66e1c4fbaaeb729f237e6c62 /fileaccess | |
parent | 2a0a10364139ae9a6ee13fef2783e30656ea1e47 (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 b6694e6453ad..6fb3bcb7a2d5 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 \ |