From 621f4ad1d509665e19738525c80e104b80fb7b26 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 21 Oct 2007 23:03:29 +0000 Subject: automake updates --- src/game/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/game/Makefile.am') diff --git a/src/game/Makefile.am b/src/game/Makefile.am index 9e86c15..537bb3a 100644 --- a/src/game/Makefile.am +++ b/src/game/Makefile.am @@ -1,9 +1,10 @@ METASOURCES = AUTO -libgame_la_LDFLAGS = -avoid-version +libgame_la_LDFLAGS = -avoid-version -no-undefined noinst_LTLIBRARIES = libgame.la -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 +libgame_la_SOURCES = 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 = console.h file.h sector.h world.h +noinst_HEADERS = sector.h world.h +libgame_la_LIBADD = $(top_builddir)/src/common/libcommon.la -- cgit v1.2.3