diff options
author | Stijn Buys <ingar@osirion.org> | 2007-10-21 15:19:45 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2007-10-21 15:19:45 +0000 |
commit | f79c4c47f6f70ac07e521f06420bb80b1028a799 (patch) | |
tree | 5342357eade0c4afdf7d7ea7fb896af106d990c4 /src | |
parent | 97cbb7514135ec81803e746f0b549e9f95abbecc (diff) |
project files updates
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 | ||||
-rw-r--r-- | src/common/Makefile.am | 4 | ||||
-rw-r--r-- | src/game/Makefile.am | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b30324a..499aaed 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,4 +3,5 @@ AM_CPPFLAGS = $(LIBSDL_CFLAGS) $(all_includes) # the library search path. -SUBDIRS = common game gl client +SUBDIRS = common game server gl client +noinst_HEADERS = osirion.h diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 4f556bf..5770301 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -2,7 +2,7 @@ METASOURCES = AUTO libcommon_la_LDFLAGS = -avoid-version -no-undefined noinst_LTLIBRARIES = libcommon.la -libcommon_la_SOURCES = color.cc color.h functions.cc functions.h osirion.h\ - vector3f.cc vector3f.h +libcommon_la_SOURCES = color.cc color.h functions.cc functions.h vector3f.cc \ + vector3f.h diff --git a/src/game/Makefile.am b/src/game/Makefile.am index 754c168..9e86c15 100644 --- a/src/game/Makefile.am +++ b/src/game/Makefile.am @@ -3,7 +3,7 @@ METASOURCES = AUTO libgame_la_LDFLAGS = -avoid-version noinst_LTLIBRARIES = libgame.la -libgame_la_SOURCES = game.cc game.h ship.cc ship.h player.h world.h star.cc \ - star.h sector.h +libgame_la_SOURCES = console.h file.cc file.h game.cc game.h player.h sector.h \ + ship.cc ship.h star.cc star.h world.h INCLUDES = -I$(top_srcdir)/src -noinst_HEADERS = world.h sector.h +noinst_HEADERS = console.h file.h sector.h world.h |