diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2009-10-12 13:21:48 +0200 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2009-10-12 13:24:46 +0200 |
commit | 548422d5c54d26311e171172b5970edcc326e727 (patch) | |
tree | c065b3d0a56b777ffba4c80fa08f32f28d76e0e5 | |
parent | 31f332ebf4d90a7524d6814939c88562cc0b275c (diff) |
The san.cpp/h files are only needed inside the SDK and can
be ignored when building the engines.
-rwxr-xr-x | src/gen-makefile-am.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gen-makefile-am.sh b/src/gen-makefile-am.sh index 0c70ced..463dbea 100755 --- a/src/gen-makefile-am.sh +++ b/src/gen-makefile-am.sh @@ -14,6 +14,8 @@ enginemodulebridge.h stringutil.cpp stringutil.h target_options.h +san.cpp +san.h timeutil.cpp timeutil.h UI_util.cpp |