diff options
author | Stijn Buys <ingar@osirion.org> | 2013-12-15 20:20:36 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-12-15 20:20:36 +0000 |
commit | 88047024d5d1d12dc581cd318667a89c2c5ec494 (patch) | |
tree | 064580e67ad4b4f3b24f1324f8479427059ea2e3 /src/game | |
parent | 232ec00456b96d65b11442819868e8e9e4a69367 (diff) |
Added --enable-static-libc option to the configure script,
automake syntax updates,
starsystem roadmap updates.
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/Makefile.am | 2 | ||||
-rw-r--r-- | src/game/base/Makefile.am | 2 | ||||
-rw-r--r-- | src/game/example/Makefile.am | 2 | ||||
-rw-r--r-- | src/game/intro/Makefile.am | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/game/Makefile.am b/src/game/Makefile.am index 2aaf56f..c33369f 100644 --- a/src/game/Makefile.am +++ b/src/game/Makefile.am @@ -1,5 +1,5 @@ METASOURCES = AUTO -INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/game +AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/game SUBDIRS = base example intro noinst_LTLIBRARIES = libgame.la diff --git a/src/game/base/Makefile.am b/src/game/base/Makefile.am index 42a7f5c..5ac64c8 100644 --- a/src/game/base/Makefile.am +++ b/src/game/base/Makefile.am @@ -1,5 +1,5 @@ METASOURCES = AUTO -INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/game +AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/game noinst_LTLIBRARIES = libbase.la diff --git a/src/game/example/Makefile.am b/src/game/example/Makefile.am index 99dec0a..83a3118 100644 --- a/src/game/example/Makefile.am +++ b/src/game/example/Makefile.am @@ -1,5 +1,5 @@ METASOURCES = AUTO -INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/game +AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/game noinst_LTLIBRARIES = libexample.la noinst_HEADERS = \ diff --git a/src/game/intro/Makefile.am b/src/game/intro/Makefile.am index a9d09b9..bc3114f 100644 --- a/src/game/intro/Makefile.am +++ b/src/game/intro/Makefile.am @@ -1,5 +1,5 @@ METASOURCES = AUTO -INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/game +AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/game noinst_LTLIBRARIES = libintro.la |