summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2009-10-12 13:21:48 +0200
committerPatrick Ohly <patrick.ohly@intel.com>2009-10-12 13:24:46 +0200
commit548422d5c54d26311e171172b5970edcc326e727 (patch)
treec065b3d0a56b777ffba4c80fa08f32f28d76e0e5
parent31f332ebf4d90a7524d6814939c88562cc0b275c (diff)
autotools build: only build SAN code as part of the SDKunilibsan
The san.cpp/h files are only needed inside the SDK and can be ignored when building the engines.
-rwxr-xr-xsrc/gen-makefile-am.sh2
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