aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorlecoanet2003-04-25 07:21:37 +0000
committerlecoanet2003-04-25 07:21:37 +0000
commit8de5e85a63fac93e0972113e2684519d446402f7 (patch)
treec260c54c336e6d566ed6508161d5bc081ca50627 /aclocal.m4
parent62cad69b0e6ff68412f8ed6b7e8ab4d1d4ca680e (diff)
downloadtkzinc-8de5e85a63fac93e0972113e2684519d446402f7.zip
tkzinc-8de5e85a63fac93e0972113e2684519d446402f7.tar.gz
tkzinc-8de5e85a63fac93e0972113e2684519d446402f7.tar.bz2
tkzinc-8de5e85a63fac93e0972113e2684519d446402f7.tar.xz
Added a test to install om.dll in the right location on Windows.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 746ca89..b09b3f2 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -121,8 +121,10 @@ AC_DEFUN(ZINC_ENABLE_GL, [
else
if test "${TEA_PLATFORM}" = "windows" ; then
Om_LIB_FILE=om.dll
+ bin_BINARIES="\$(Om_LIB_FILE) ${bin_BINARIES}"
else
Om_LIB_FILE=libom.so
+ aux_BINARIES="\$(Om_LIB_FILE) ${bin_BINARIES}"
fi
AC_DEFINE(OM)
AC_MSG_RESULT([yes])