After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 566841 - games-card-textures-cache.h missing from libgames-support/Makefile.am
games-card-textures-cache.h missing from libgames-support/Makefile.am
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: general
2.25.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-games-general-maint
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-06 23:02 UTC by Frederic Peters
Modified: 2009-01-06 23:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frederic Peters 2009-01-06 23:02:57 UTC
(2.25.4 tarball)

gnome-card-textures-cache.c is listed twice.

--- libgames-support/Makefile.am	(revision 8391)
+++ libgames-support/Makefile.am	(working copy)
@@ -90,7 +90,7 @@ endif
 if HAVE_CLUTTER
 libgames_support_la_SOURCES += \
 	games-card-textures-cache.c	\
-	games-card-textures-cache.c	\
+	games-card-textures-cache.h	\
 	games-clutter-embed.c		\
 	games-clutter-embed.h		\
 	$(NULL)
Comment 1 Christian Persch 2009-01-06 23:15:54 UTC
Fixed in svn, thanks for the report!