diff options
author | joye <joye> | 2014-07-08 17:13:47 (GMT) |
---|---|---|
committer | joye <joye> | 2014-07-08 17:13:47 (GMT) |
commit | ce9561bee4d1cd04214541cce65c3a93fe605ad5 (patch) | |
tree | dd64cca971f11d68e2542fc17d108d4bd5e68393 /configure.in | |
parent | f6affbcfef4841070559bd95d40f5a2c26581f7e (diff) | |
download | blt-ce9561bee4d1cd04214541cce65c3a93fe605ad5.zip blt-ce9561bee4d1cd04214541cce65c3a93fe605ad5.tar.gz blt-ce9561bee4d1cd04214541cce65c3a93fe605ad5.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in index f8d474f..1592b9d 100755 --- a/configure.in +++ b/configure.in @@ -110,14 +110,14 @@ TEA_ADD_SOURCES([ bltGraphOp.C bltGraphSup.C bltInt.C - bltNsUtil.c + bltNsUtil.C bltParse.C bltOp.C bltSwitch.C - bltUtil.c - bltVecCmd.c - bltVecMath.c - bltVector.c + bltUtil.C + bltVecCmd.C + bltVecMath.C + bltVector.C ]) TEA_ADD_HEADERS([bltVector.h]) TEA_ADD_INCLUDES([-I.]) |