summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2020-07-15 13:08:35 -0700
committerjhurst <jhurst@cinecert.com>2020-07-15 13:08:35 -0700
commit9b855940c107e68b1782bb04fa9540e944d70002 (patch)
tree9f2bbd3b6d75d10a84c586a80872517c041bc8b4
parent7a3145b65af7181903206c5c152da6f648e91d7d (diff)
Fixed broken dependency on renamed win32/Makefile
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 24e42b3..8bbcaa6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,5 +136,5 @@ AC_CHECK_LIB([pthread], [pthread_create])
AC_CONFIG_FILES([Makefile
src/Makefile
win32/Makefile
- win32/Makefile.mak:win32/Makefile.wmk])
+ win32/Makefile.mak:win32/Makefile32.wmk])
AC_OUTPUT