Commit 337c00ca43e7f0e418149d10d7eb55834dc0f934

Authored by Perry Werneck
1 parent deb094c0
Exists in master and in 1 other branch develop

Fixing windows build.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -87,7 +87,7 @@ case "$host" in @@ -87,7 +87,7 @@ case "$host" in
87 app_win32_revision=$(date +%y.%m.%d.%H) 87 app_win32_revision=$(date +%y.%m.%d.%H)
88 AC_SUBST(WIN32_VERSION,$app_win32_revision) 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 s390x-*) 93 s390x-*)