diff options
author | Stijn Buys <ingar@osirion.org> | 2007-11-10 14:31:30 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2007-11-10 14:31:30 +0000 |
commit | e4168305de096ed8b47308d35dbc16912a74230a (patch) | |
tree | 9cef430e4c053383a90d8eb0af2bf5ccb65ad6d9 /src/common | |
parent | 4b4936c2546e41b503e54d58a1badfec3493f53b (diff) |
project updates
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/Makefile.am | 5 |
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 |