diff options
author | Stijn Buys <ingar@osirion.org> | 2007-10-21 23:03:29 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2007-10-21 23:03:29 +0000 |
commit | 621f4ad1d509665e19738525c80e104b80fb7b26 (patch) | |
tree | 8c3ff6cc028dcbebfb616b38f9ae443c628cc58f /src/common | |
parent | a237a2d7723b94df6cd3e91401ec28388de6f1a0 (diff) |
automake updates
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 5770301..86bb4e1 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -2,7 +2,7 @@ METASOURCES = AUTO libcommon_la_LDFLAGS = -avoid-version -no-undefined noinst_LTLIBRARIES = libcommon.la -libcommon_la_SOURCES = color.cc color.h functions.cc functions.h vector3f.cc \ - vector3f.h +libcommon_la_SOURCES = color.cc color.h file.cc file.h functions.cc functions.h \ + vector3f.cc vector3f.h |