diff options
| author | Arnaud Bienner <abien@dolby.com> | 2020-07-10 14:16:49 +0200 |
|---|---|---|
| committer | Arnaud Bienner <abien@dolby.com> | 2020-07-13 22:59:38 +0200 |
| commit | 27a39da1c7f928f5a290750fa23adfe944a56737 (patch) | |
| tree | 28cddd09a21f4b6dd96a3fab48537eb2a62256cc | |
| parent | 4e0ecbaaa77c886137ff36f6911e5d7476b60b8e (diff) | |
Fix autoconf by updating path to win32 Makefile (was renamed in pull request #43)
| -rw-r--r-- | configure.ac | 2 |
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 |
