diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-11-01 18:16:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-11-01 23:17:41 +0100 |
commit | ecbaf980625a9e7b06abe91c7c70e78f6ad469a7 (patch) | |
tree | f41feda7ab341ce87f0a2a2b7634e2826a17dad2 /external/libcmis/StaticLibrary_libcmis.mk | |
parent | b085d3561a84d2590ec52bec4a020566955c9689 (diff) |
-I$(dir $(3)) in gb_CObject__command_pattern is no longer needed
...at least in com_GCC_class.mk (com_MSC_class.mk will be addressed in a follow-
up commit), after the recent loplugin:includeform clean-up.
Two static libraries built from external sources needed adjustment, two
compilerplugin tests needed adjustment (which wasn't found by
loplugin:includeform, by design), and one more adjustment in
sal/textenc/generate/.
Change-Id: Idad5ae355a02ae130369a9a45b5f5925ab48ffef
Reviewed-on: https://gerrit.libreoffice.org/44174
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'external/libcmis/StaticLibrary_libcmis.mk')
-rw-r--r-- | external/libcmis/StaticLibrary_libcmis.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/external/libcmis/StaticLibrary_libcmis.mk b/external/libcmis/StaticLibrary_libcmis.mk index 705cc6c6451d..b7e662465479 100644 --- a/external/libcmis/StaticLibrary_libcmis.mk +++ b/external/libcmis/StaticLibrary_libcmis.mk @@ -23,6 +23,11 @@ $(eval $(call gb_StaticLibrary_add_cxxflags,libcmis,\ )) endif +$(eval $(call gb_StaticLibrary_set_include,libcmis, \ + -I$(call gb_UnpackedTarball_get_dir,libcmis/src/libcmis) \ + $$(INCLUDE) \ +)) + $(eval $(call gb_StaticLibrary_use_unpacked,libcmis,libcmis)) $(eval $(call gb_StaticLibrary_use_externals,libcmis,\ |