eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot/game Makefile.am


From: eliot-dev
Subject: [Eliot-dev] eliot/game Makefile.am
Date: Mon, 26 Dec 2005 20:13:02 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Branch:         
Changes by:     Antoine Fraboulet <address@hidden>      05/12/26 20:13:02

Modified files:
        game           : Makefile.am 

Log message:
        - add history.[h|cpp]

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/eliot/game/Makefile.am.diff?tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: eliot/game/Makefile.am
diff -u eliot/game/Makefile.am:1.10 eliot/game/Makefile.am:1.11
--- eliot/game/Makefile.am:1.10 Sat Nov  5 23:22:41 2005
+++ eliot/game/Makefile.am      Mon Dec 26 20:13:02 2005
@@ -20,25 +20,26 @@
 
 INCLUDES = -I$(top_srcdir)/dic
 
-libgame_a_SOURCES =            \
-       ai_percent.cpp ai_percent.h     \
-       ai_player.h                             \
-       tile.cpp tile.h                 \
-       bag.cpp bag.h                   \
-       coord.cpp coord.h               \
-       cross.cpp cross.h               \
-       board.cpp board.h               \
-       board_cross.cpp                 \
-       board_search.cpp                \
-       duplicate.cpp duplicate.h       \
-       freegame.cpp freegame.h \
-       game.cpp game.h                 \
-       game_factory.cpp game_factory.h \
-       player.cpp player.h             \
-       pldrack.cpp pldrack.h   \
-       rack.cpp rack.h                 \
-       results.cpp results.h   \
-       round.cpp round.h               \
-       training.cpp training.h \
-       turn.cpp turn.h
+libgame_a_SOURCES=           \
+       ai_percent.cpp ai_percent.h     \
+       ai_player.h                     \
+       tile.cpp tile.h                 \
+       bag.cpp bag.h                   \
+       coord.cpp coord.h               \
+       cross.cpp cross.h               \
+       board.cpp board.h               \
+       board_cross.cpp                 \
+       board_search.cpp                \
+       duplicate.cpp duplicate.h       \
+       freegame.cpp freegame.h         \
+       game.cpp game.h                 \
+       game_factory.cpp game_factory.h \
+       player.cpp player.h             \
+       pldrack.cpp pldrack.h           \
+       rack.cpp rack.h                 \
+       results.cpp results.h           \
+       round.cpp round.h               \
+       training.cpp training.h         \
+       turn.cpp turn.h                 \
+       history.cpp history.h
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]