From 8de5e85a63fac93e0972113e2684519d446402f7 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 25 Apr 2003 07:21:37 +0000 Subject: Added a test to install om.dll in the right location on Windows. --- aclocal.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'aclocal.m4') 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]) -- cgit v1.1