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/render | |
parent | 232ec00456b96d65b11442819868e8e9e4a69367 (diff) |
Added --enable-static-libc option to the configure script,
automake syntax updates,
starsystem roadmap updates.
Diffstat (limited to 'src/render')
-rw-r--r-- | src/render/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Makefile.am b/src/render/Makefile.am index b5acde1..31b8567 100644 --- a/src/render/Makefile.am +++ b/src/render/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/src +AM_CPPFLAGS = -I$(top_srcdir)/src METASOURCES = AUTO if BUILD_DEDICATED |