Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
phtrivier committed Apr 18, 2010
1 parent 6caa61a commit 47a7449
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions src/client/Makefile.am
@@ -1,4 +1,4 @@
lib_LIBRARIES=libube-client.a
noinst_LIBRARIES=libube-client.a
libube_client_a_SOURCES=gettext.h \
game_mode_interface.hpp game_mode.hpp game_mode.cpp \
game_event.hpp \
Expand Down Expand Up @@ -28,7 +28,8 @@ libube_client_a_SOURCES=gettext.h \
puzzle_selection_mode_factory.hpp puzzle_selection_mode_factory.cpp \
sdl_puzzle_selection_renderer.hpp sdl_puzzle_selection_renderer.cpp

ube_PROGRAMS = ube
gamesdir=${prefix}/games
games_PROGRAMS = ube
ube_SOURCES = ube.cpp

# TODO : Find a way not to have to repeat this ...
Expand Down
3 changes: 2 additions & 1 deletion src/common/Makefile.am
@@ -1,5 +1,6 @@
noinst_LIBRARIES=libube-common.a
libube_common_a_SOURCES=gettext.h lua_helper.hpp \
libube_common_a_SOURCES=lua_helper.hpp \
gettext.h i18n.hpp \
silent_ostream.hpp \
log_level.hpp logging.hpp logging.cpp \
logger_interface.hpp \
Expand Down
4 changes: 2 additions & 2 deletions src/engine/Makefile.am
Expand Up @@ -73,8 +73,8 @@ endif
EXTRA_DIST=${lua_DATA} \
tests/lua/puzzle_loader_test/puzzle1.lua \
tests/lua/puzzle_loader_test/puzzle2.lua \
tests/lua/puzzle_loader_test/puzzle_with_scripts.lua

tests/lua/puzzle_loader_test/puzzle_with_scripts.lua \
tests/lua/puzzle_loader_test/puzzle_with_numbered_cells.lua

# This means engine-tests is run when using 'make check'.
TESTS = engine-tests

0 comments on commit 47a7449

Please sign in to comment.