Commit 256477609d33113f9edab809df36abeeb64d8aab

Authored by Perry Werneck
1 parent 407e6622

Fixing missing "version.c" file.

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
configure.ac
... ... @@ -583,6 +583,8 @@ AC_SUBST(INSTALL_PACKAGES)
583 583  
584 584 AC_CONFIG_FILES(Makefile)
585 585  
  586 +AC_CONFIG_FILES(src/core/version.c)
  587 +
586 588 AC_CONFIG_FILES(sdk/lib3270.pc)
587 589 AC_CONFIG_FILES(sdk/lib3270-static.pc)
588 590  
... ...