summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2013-08-27 13:02:44 -0400
committerStarla Insigna <starla4444@gmail.com>2013-08-27 13:02:44 -0400
commitc83de4c77246773503d71e41e6afb006e21da2d8 (patch)
tree486f810002546f0267d7838bc6dda08f33490390 /Makefile.am
parentffd335aca284c286030e2b26f1a02a0441748f46 (diff)
downloadmazeoflife-c83de4c77246773503d71e41e6afb006e21da2d8.tar.gz
mazeoflife-c83de4c77246773503d71e41e6afb006e21da2d8.tar.bz2
mazeoflife-c83de4c77246773503d71e41e6afb006e21da2d8.zip
Added gameplay
Player cannot yet end their game
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 803036c..15c2480 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -2,6 +2,6 @@ AUTOMAKE_OPTIONS = subdir-objects
2ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} 2ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
3 3
4bin_PROGRAMS = mazeoflife 4bin_PROGRAMS = mazeoflife
5mazeoflife_SOURCES = highscore.cpp hslist.cpp mazeoflife.cpp util.cpp titlestate.cpp 5mazeoflife_SOURCES = highscore.cpp hslist.cpp mazeoflife.cpp util.cpp titlestate.cpp gamestate.cpp
6AM_CXXFLAGS = $(SDLTTF_CXXFLAGS) $(SDLNET_CXXFLAGS) 6AM_CXXFLAGS = $(SDLTTF_CXXFLAGS) $(SDLNET_CXXFLAGS)
7mazeoflife_LDADD = $(SDLTTF_LIBS) $(SDLNET_LIBS) 7mazeoflife_LDADD = $(SDLTTF_LIBS) $(SDLNET_LIBS)