summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorDavid Ostrovsky <David.Ostrovsky@gmx.de>2012-05-06 17:17:22 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:34:41 +0200
commit91c5b22706243c72ff269025bf03c518cd067f7d (patch)
tree7a6565bcc00ae3bed1c0184d070a9f1c4e7d6bd3 /store
parentcc63f2e9b27248c316b166d08bc4c2f4577f470f (diff)
gbuild conversion: store module
Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
Diffstat (limited to 'store')
-rw-r--r--store/Package_inc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/store/Package_inc.mk b/store/Package_inc.mk
index 11c3e15c7411..aa458bc80af3 100644
--- a/store/Package_inc.mk
+++ b/store/Package_inc.mk
@@ -30,5 +30,6 @@ $(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))
+$(eval $(call gb_Package_add_file,store_inc,xml/store.xml,util/store.xml))
# vim: set noet sw=4 ts=4: