diff options
Diffstat (limited to 'store')
-rw-r--r-- | store/Library_store.mk | 2 | ||||
-rw-r--r-- | store/Module_store.mk | 2 | ||||
-rw-r--r-- | store/Package_inc.mk (renamed from store/ZipPackage_store_odk_headers.mk) | 12 |
3 files changed, 7 insertions, 9 deletions
diff --git a/store/Library_store.mk b/store/Library_store.mk index fabac105cfd7..11c822e17e90 100644 --- a/store/Library_store.mk +++ b/store/Library_store.mk @@ -31,7 +31,7 @@ $(eval $(call gb_Library_set_soversion_script,store,3,$(SRCDIR)/store/util/store $(eval $(call gb_Library_use_external,store,boost_headers)) $(eval $(call gb_Library_use_packages,store,\ - store_odk_headers \ + store_inc \ )) $(eval $(call gb_Library_add_defs,store,\ diff --git a/store/Module_store.mk b/store/Module_store.mk index f6a9454ecfe6..9f166ac3327f 100644 --- a/store/Module_store.mk +++ b/store/Module_store.mk @@ -28,7 +28,7 @@ $(eval $(call gb_Module_Module,store)) $(eval $(call gb_Module_add_targets,store,\ Library_store \ - ZipPackage_store_odk_headers \ + Package_inc \ )) # vim:set noet sw=4 ts=4: diff --git a/store/ZipPackage_store_odk_headers.mk b/store/Package_inc.mk index cb21dbc26085..11c3e15c7411 100644 --- a/store/ZipPackage_store_odk_headers.mk +++ b/store/Package_inc.mk @@ -24,13 +24,11 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_ZipPackage_ZipPackage,store_odk_headers,$(SRCDIR)/store/inc/store)) +$(eval $(call gb_Package_Package,store_inc,$(SRCDIR)/store)) -$(eval $(call gb_ZipPackage_add_files,store_odk_headers,inc/store,include/store,\ - store.h \ - store.hxx \ - storedllapi.h \ - types.h \ -)) +$(eval $(call gb_Package_add_file,store_inc,inc/store/store.h,inc/store/store.h)) +$(eval $(call gb_Package_add_file,store_inc,inc/store/store.hxx,inc/store/store.hxx)) +$(eval $(call gb_Package_add_file,store_inc,inc/store/storedllapi.h,inc/store/storedllapi.h)) +$(eval $(call gb_Package_add_file,store_inc,inc/store/types.h,inc/store/types.h)) # vim: set noet sw=4 ts=4: |