summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-07 20:41:41 +0200
committerMichael Meeks <michael.meeks@suse.com>2013-05-15 09:37:38 +0100
commit1546c2935c50ba37692d551fa26c9c95e14a1363 (patch)
treece1d920db0b5d51a13f67a9716d91380a2da5dbf /extras
parent95fe3df714fa2064d93c779a8a206af9bc244fe7 (diff)
gbuild: make Gallery work
Change-Id: Ia2914e24f03cdb3f24df30bf203a09d18f4a8fd4
Diffstat (limited to 'extras')
-rw-r--r--extras/Gallery_test.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/extras/Gallery_test.mk b/extras/Gallery_test.mk
index c82d03cc1f0c..67c8e91ff238 100644
--- a/extras/Gallery_test.mk
+++ b/extras/Gallery_test.mk
@@ -7,12 +7,13 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_Gallery_Gallery,extras/source/gallery,gallery,Fun Gallery))
+$(eval $(call gb_Gallery_Gallery,test,extras/source/gallery,Fun Gallery))
-$(eval $(call gb_Gallery_add_files,extras/source/gallery, \
+$(eval $(call gb_Gallery_add_files,test,\
+ extras/source/gallery/apples.gif \
extras/source/gallery/bigapple.gif \
- extras/source/gallery/sky.gif \
- extras/source/gallery/flower.gif \
- extras/source/gallery/apples.gif ))
+ extras/source/gallery/flower.gif \
+ extras/source/gallery/sky.gif \
+))
# vim: set noet sw=4 ts=4: