diff options
author | David Ostrovsky <David.Ostrovsky@gmx.de> | 2012-05-06 17:17:22 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:34:41 +0200 |
commit | 91c5b22706243c72ff269025bf03c518cd067f7d (patch) | |
tree | 7a6565bcc00ae3bed1c0184d070a9f1c4e7d6bd3 /store | |
parent | cc63f2e9b27248c316b166d08bc4c2f4577f470f (diff) |
gbuild conversion: store module
Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
Diffstat (limited to 'store')
-rw-r--r-- | store/Package_inc.mk | 1 |
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: |