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-12-17 14:48:43 +0000
committerStijn Buys <ingar@osirion.org>2007-12-17 14:48:43 +0000
commitf14ad6c7f3efd0c91a1ab8a4013b1975ddb02545 (patch)
tree5c8f380210d69a664a9d7c9ff09ecb9dba4a4cfd /src/common/Makefile.am
parent09f307b6cb4f7c69e5b0685acc0bdd18e9d57d40 (diff)
minor 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 d7fc6e6..431cb8c 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -3,7 +3,8 @@ METASOURCES = AUTO
libcommon_la_LDFLAGS = -avoid-version -no-undefined
noinst_LTLIBRARIES = libcommon.la
libcommon_la_SOURCES = color.cc console.cc file.cc functions.cc inifile.cc \
- vector3f.cc
+ path.cc vector3f.cc
-noinst_HEADERS = color.h console.h file.h functions.h inifile.h vector3f.h
+noinst_HEADERS = color.h console.h file.h functions.h inifile.h path.h \
+ vector3f.h