diff options
author | Stijn Buys <ingar@osirion.org> | 2008-09-18 17:35:58 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-09-18 17:35:58 +0000 |
commit | 84a53f91e64ad801703bcf2c73a82b75ff10d760 (patch) | |
tree | bc187f6586d9527e3d6cd6d01b36036bd12f9695 /src/game | |
parent | b6fcc157dad58d4fab32e01ea161acf20ab434a1 (diff) |
fix win32 build and directory creation, use My Games\
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/Makefile.am b/src/game/Makefile.am index 0ff1ba5..ff591eb 100644 --- a/src/game/Makefile.am +++ b/src/game/Makefile.am @@ -7,5 +7,4 @@ libgame_la_SOURCES = game.cc jumppoint.cc navpoint.cc planet.cc racetrack.cc \ noinst_LTLIBRARIES = libgame.la noinst_HEADERS = game.h navpoint.h planet.h racetrack.h ship.h shipmodel.h \ - star.h -_SOURCES = jumppoint.h + star.h jumppoint.h |