Commit b1cbb298e455e68b85877db590c904e30d5918bc

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

Updating debian 'shlibs' file with autoconf.

Showing 2 changed files with 4 additions and 0 deletions   Show diff stats
configure.ac
... ... @@ -144,6 +144,7 @@ case "$host" in
144 144 app_cv_static='no'
145 145  
146 146 AC_CONFIG_FILES(debian/control)
  147 + AC_CONFIG_FILES(debian/shlibs)
147 148  
148 149 esac
149 150  
... ...
debian/shlibs.in 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +lib3270 @PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ lib3270 (>= @PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@)
  2 +
  3 +
... ...