From f79c4c47f6f70ac07e521f06420bb80b1028a799 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 21 Oct 2007 15:19:45 +0000 Subject: project files updates --- src/Makefile.am | 3 ++- src/common/Makefile.am | 4 ++-- src/game/Makefile.am | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'src') 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 -- cgit v1.2.3