Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-12-15 20:20:36 +0000
committerStijn Buys <ingar@osirion.org>2013-12-15 20:20:36 +0000
commit88047024d5d1d12dc581cd318667a89c2c5ec494 (patch)
tree064580e67ad4b4f3b24f1324f8479427059ea2e3 /src/ui
parent232ec00456b96d65b11442819868e8e9e4a69367 (diff)
Added --enable-static-libc option to the configure script,
automake syntax updates, starsystem roadmap updates.
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
index ef3289f..e309dda 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -1,5 +1,5 @@
METASOURCES = AUTO
-INCLUDES = -I$(top_srcdir)/src
+AM_CPPFLAGS = -I$(top_srcdir)/src
if BUILD_DEDICATED