Revert "store: new ZipPackage_store_odk_headers"

This reverts commit 5c60cebafd.

The "store" library is not actually a stable URE interface.

Conflicts:
	odk/CustomTarget_doxygen.mk

Change-Id: I221696515ba07b0155406a503c33760c58d1338f
This commit is contained in:
Michael Stahl
2013-04-10 16:04:53 +02:00
parent c56013e97b
commit 5ad95cec96
3 changed files with 7 additions and 9 deletions

View File

@@ -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,\

View File

@@ -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:

View File

@@ -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: