Commit 4d76b644008bde16aaa167fecfe21582f49ca923

Authored by Perry Werneck
1 parent 4f0ddb73

Reorganizando diretórios

Showing 2 changed files with 6 additions and 1 deletions   Show diff stats
configure.ac
... ... @@ -82,6 +82,8 @@ case "$host" in
82 82 CFLAGS="$CFLAGS -D_WIN32_WINNT=0x0600"
83 83 LIBS="$LIBS -lws2_32 -lntdll -lwtsapi32"
84 84  
  85 + AC_CONFIG_FILES(win/makegtkruntime.sh)
  86 +
85 87 ;;
86 88  
87 89 *-apple-*)
... ... @@ -102,6 +104,9 @@ case "$host" in
102 104 # LIBS="-Wl,--no-allow-shlib-undefined,--as-needed,--no-undefined -pthread $LIBS"
103 105 LIBS="-pthread $LIBS"
104 106  
  107 + AC_CONFIG_FILES(devel/lib3270.pc)
  108 + AC_CONFIG_FILES(devel/pw3270.pc)
  109 +
105 110 esac
106 111  
107 112 AC_SUBST(DBG_CFLAGS)
... ...
devel/lib3270.pc.in
... ... @@ -7,6 +7,6 @@ Name: lib3270
7 7 Description: TN3270E Library calls used by @PACKAGE@
8 8 Version: @PACKAGE_VERSION@
9 9 Libs: -L\@libdir@ -l3270
10   -Libs.private: @LIBSSL_LIBS@ @INTL_LIBS@ @SOCKET_LIBS@
  10 +Libs.private: @LIBSSL_LIBS@
11 11 Cflags: -I@includedir@
12 12  
... ...