Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2007-11-10 14:31:30 +0000
committerStijn Buys <ingar@osirion.org>2007-11-10 14:31:30 +0000
commite4168305de096ed8b47308d35dbc16912a74230a (patch)
tree9cef430e4c053383a90d8eb0af2bf5ccb65ad6d9 /src/common/Makefile.am
parent4b4936c2546e41b503e54d58a1badfec3493f53b (diff)
project updates
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r--src/common/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index dbed1fb..d7fc6e6 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -2,7 +2,8 @@
METASOURCES = AUTO
libcommon_la_LDFLAGS = -avoid-version -no-undefined
noinst_LTLIBRARIES = libcommon.la
-libcommon_la_SOURCES = color.cc color.h file.cc file.h functions.cc functions.h \
- vector3f.cc vector3f.h console.cc console.h
+libcommon_la_SOURCES = color.cc console.cc file.cc functions.cc inifile.cc \
+ vector3f.cc
+noinst_HEADERS = color.h console.h file.h functions.h inifile.h vector3f.h