Commit 337c00ca43e7f0e418149d10d7eb55834dc0f934
1 parent
deb094c0
Exists in
master
and in
1 other branch
Fixing windows build.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
configure.ac
... | ... | @@ -87,7 +87,7 @@ case "$host" in |
87 | 87 | app_win32_revision=$(date +%y.%m.%d.%H) |
88 | 88 | AC_SUBST(WIN32_VERSION,$app_win32_revision) |
89 | 89 | |
90 | - AC_CONFIG_FILES(src/v3270/windows/resources.rc) | |
90 | + AC_CONFIG_FILES(src/terminal/windows/resources.rc) | |
91 | 91 | ;; |
92 | 92 | |
93 | 93 | s390x-*) | ... | ... |