Kaydet (Commit) f09e4ae2 authored tarafından David Tardon's avatar David Tardon

add missing deps on sal headers

Change-Id: I815ef8abaf4cd998e7b91fbadad56ddf0a7087ba
üst 8b774b7e
...@@ -31,6 +31,11 @@ ...@@ -31,6 +31,11 @@
$(eval $(call gb_Library_Library,officebean)) $(eval $(call gb_Library_Library,officebean))
ifeq ($(GUI),UNX) ifeq ($(GUI),UNX)
$(eval $(call gb_Library_use_packages,officebean,\
sal_generated \
sal_inc \
))
$(eval $(call gb_Library_add_cobjects,officebean,\ $(eval $(call gb_Library_add_cobjects,officebean,\
bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow \ bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow \
bean/native/unix/com_sun_star_beans_LocalOfficeWindow \ bean/native/unix/com_sun_star_beans_LocalOfficeWindow \
......
...@@ -31,6 +31,7 @@ $(eval $(call gb_StaticLibrary_use_packages,codemaker,\ ...@@ -31,6 +31,7 @@ $(eval $(call gb_StaticLibrary_use_packages,codemaker,\
codemaker_inc \ codemaker_inc \
registry_inc \ registry_inc \
sal_generated \ sal_generated \
sal_inc \
)) ))
$(eval $(call gb_StaticLibrary_add_exception_objects,codemaker,\ $(eval $(call gb_StaticLibrary_add_exception_objects,codemaker,\
......
...@@ -30,6 +30,8 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,codemaker_cpp)) ...@@ -30,6 +30,8 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,codemaker_cpp))
$(eval $(call gb_StaticLibrary_use_packages,codemaker_cpp,\ $(eval $(call gb_StaticLibrary_use_packages,codemaker_cpp,\
codemaker_inc \ codemaker_inc \
registry_inc \ registry_inc \
sal_generated \
sal_inc \
)) ))
$(eval $(call gb_StaticLibrary_add_exception_objects,codemaker_cpp,\ $(eval $(call gb_StaticLibrary_add_exception_objects,codemaker_cpp,\
......
...@@ -30,6 +30,8 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,codemaker_java)) ...@@ -30,6 +30,8 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,codemaker_java))
$(eval $(call gb_StaticLibrary_use_packages,codemaker_java,\ $(eval $(call gb_StaticLibrary_use_packages,codemaker_java,\
codemaker_inc \ codemaker_inc \
registry_inc \ registry_inc \
sal_generated \
sal_inc \
)) ))
$(eval $(call gb_StaticLibrary_add_exception_objects,codemaker_java,\ $(eval $(call gb_StaticLibrary_add_exception_objects,codemaker_java,\
......
...@@ -11,6 +11,8 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,cosv)) ...@@ -11,6 +11,8 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,cosv))
$(eval $(call gb_StaticLibrary_use_packages,cosv,\ $(eval $(call gb_StaticLibrary_use_packages,cosv,\
cosv_inc \ cosv_inc \
sal_generated \
sal_inc \
)) ))
$(eval $(call gb_StaticLibrary_add_exception_objects,cosv,\ $(eval $(call gb_StaticLibrary_add_exception_objects,cosv,\
......
...@@ -27,6 +27,10 @@ ...@@ -27,6 +27,10 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,npsoenv)) $(eval $(call gb_StaticLibrary_StaticLibrary,npsoenv))
$(eval $(call gb_StaticLibrary_use_packages,npsoenv,\
sal_inc \
))
$(eval $(call gb_StaticLibrary_add_exception_objects,npsoenv,\ $(eval $(call gb_StaticLibrary_add_exception_objects,npsoenv,\
extensions/source/nsplugin/source/so_env \ extensions/source/nsplugin/source/so_env \
)) ))
......
...@@ -27,6 +27,11 @@ ...@@ -27,6 +27,11 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,transex)) $(eval $(call gb_StaticLibrary_StaticLibrary,transex))
$(eval $(call gb_StaticLibrary_use_packages,transex,\
sal_generated \
sal_inc \
))
$(eval $(call gb_StaticLibrary_set_include,transex,\ $(eval $(call gb_StaticLibrary_set_include,transex,\
-I$(SRCDIR)/l10ntools/inc \ -I$(SRCDIR)/l10ntools/inc \
$$(INCLUDE) \ $$(INCLUDE) \
......
...@@ -27,6 +27,11 @@ ...@@ -27,6 +27,11 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,nputils)) $(eval $(call gb_StaticLibrary_StaticLibrary,nputils))
$(eval $(call gb_StaticLibrary_use_packages,nputils,\
sal_generated \
sal_inc \
))
$(eval $(call gb_StaticLibrary_use_externals,nputils,\ $(eval $(call gb_StaticLibrary_use_externals,nputils,\
mozilla_headers \ mozilla_headers \
)) ))
......
...@@ -26,6 +26,11 @@ ...@@ -26,6 +26,11 @@
$(eval $(call gb_Library_Library,pyuno_wrapper)) $(eval $(call gb_Library_Library,pyuno_wrapper))
$(eval $(call gb_Library_use_packages,pyuno_wrapper,\
sal_generated \
sal_inc \
))
$(eval $(call gb_Library_set_include,pyuno_wrapper,\ $(eval $(call gb_Library_set_include,pyuno_wrapper,\
-I$(SRCDIR)/pyuno/source/module \ -I$(SRCDIR)/pyuno/source/module \
-I$(SRCDIR)/pyuno/inc \ -I$(SRCDIR)/pyuno/inc \
......
...@@ -27,6 +27,11 @@ ...@@ -27,6 +27,11 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,registry_helper)) $(eval $(call gb_StaticLibrary_StaticLibrary,registry_helper))
$(eval $(call gb_StaticLibrary_use_packages,registry_helper,\
sal_generated \
sal_inc \
))
$(eval $(call gb_StaticLibrary_add_exception_objects,registry_helper,\ $(eval $(call gb_StaticLibrary_add_exception_objects,registry_helper,\
registry/tools/fileurl \ registry/tools/fileurl \
registry/tools/options \ registry/tools/options \
......
...@@ -27,6 +27,11 @@ ...@@ -27,6 +27,11 @@
$(eval $(call gb_Executable_Executable,xpdfimport)) $(eval $(call gb_Executable_Executable,xpdfimport))
$(eval $(call gb_Executable_use_packages,xpdfimport,\
sal_generated \
sal_inc \
))
$(eval $(call gb_Executable_use_externals,xpdfimport,\ $(eval $(call gb_Executable_use_externals,xpdfimport,\
poppler \ poppler \
zlib \ zlib \
......
...@@ -19,7 +19,10 @@ ...@@ -19,7 +19,10 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,ooopathutils)) $(eval $(call gb_StaticLibrary_StaticLibrary,ooopathutils))
$(eval $(call gb_StaticLibrary_use_package,ooopathutils,tools_inc)) $(eval $(call gb_StaticLibrary_use_packages,ooopathutils,\
sal_inc \
tools_inc \
))
$(eval $(call gb_StaticLibrary_add_exception_objects,ooopathutils,\ $(eval $(call gb_StaticLibrary_add_exception_objects,ooopathutils,\
tools/source/misc/pathutils \ tools/source/misc/pathutils \
......
...@@ -11,6 +11,8 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,udm)) ...@@ -11,6 +11,8 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,udm))
$(eval $(call gb_StaticLibrary_use_packages,udm,\ $(eval $(call gb_StaticLibrary_use_packages,udm,\
cosv_inc \ cosv_inc \
sal_generated \
sal_inc \
udm_inc \ udm_inc \
)) ))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment