diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-19 18:54:16 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-24 05:17:10 +0000 |
commit | 6c7659b584ea7ed3652ca4eb9a2297f36310c365 (patch) | |
tree | adf631e2d3db309b0696babd9d026bce0996c215 /desktop | |
parent | 24500d6798007d84521eb24a81c121ebe69d3bfd (diff) |
move URE headers to include/
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d
Reviewed-on: https://gerrit.libreoffice.org/3499
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Executable_unopkg.com.mk | 1 | ||||
-rw-r--r-- | desktop/Library_libreoffice.mk | 2 | ||||
-rw-r--r-- | desktop/StaticLibrary_winextendloaderenv.mk | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/desktop/Executable_unopkg.com.mk b/desktop/Executable_unopkg.com.mk index 499ae59b2919..f8a17fd5a2f3 100644 --- a/desktop/Executable_unopkg.com.mk +++ b/desktop/Executable_unopkg.com.mk @@ -11,7 +11,6 @@ $(eval $(call gb_Executable_Executable,unopkg_com)) $(eval $(call gb_Executable_use_packages,unopkg_com,\ sal_inc \ - sal_odk_headers \ )) $(eval $(call gb_Executable_set_targettype_gui,unopkg_com,NO)) diff --git a/desktop/Library_libreoffice.mk b/desktop/Library_libreoffice.mk index c18816ff3194..6b42adf932cd 100644 --- a/desktop/Library_libreoffice.mk +++ b/desktop/Library_libreoffice.mk @@ -10,8 +10,6 @@ $(eval $(call gb_Library_Library,libreoffice)) $(eval $(call gb_Library_use_packages,libreoffice,\ - sal_generated \ - sal_odk_headers \ )) $(eval $(call gb_Library_set_include,libreoffice,\ diff --git a/desktop/StaticLibrary_winextendloaderenv.mk b/desktop/StaticLibrary_winextendloaderenv.mk index 51f94e2b08a6..f2a2b955ddc1 100644 --- a/desktop/StaticLibrary_winextendloaderenv.mk +++ b/desktop/StaticLibrary_winextendloaderenv.mk @@ -11,8 +11,6 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,winextendloaderenv)) $(eval $(call gb_StaticLibrary_use_packages,winextendloaderenv,\ - sal_generated \ - sal_odk_headers \ tools_inc \ )) |