Commit 4d76b644008bde16aaa167fecfe21582f49ca923
1 parent
4f0ddb73
Exists in
master
and in
5 other branches
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,6 +82,8 @@ case "$host" in | ||
82 | CFLAGS="$CFLAGS -D_WIN32_WINNT=0x0600" | 82 | CFLAGS="$CFLAGS -D_WIN32_WINNT=0x0600" |
83 | LIBS="$LIBS -lws2_32 -lntdll -lwtsapi32" | 83 | LIBS="$LIBS -lws2_32 -lntdll -lwtsapi32" |
84 | 84 | ||
85 | + AC_CONFIG_FILES(win/makegtkruntime.sh) | ||
86 | + | ||
85 | ;; | 87 | ;; |
86 | 88 | ||
87 | *-apple-*) | 89 | *-apple-*) |
@@ -102,6 +104,9 @@ case "$host" in | @@ -102,6 +104,9 @@ case "$host" in | ||
102 | # LIBS="-Wl,--no-allow-shlib-undefined,--as-needed,--no-undefined -pthread $LIBS" | 104 | # LIBS="-Wl,--no-allow-shlib-undefined,--as-needed,--no-undefined -pthread $LIBS" |
103 | LIBS="-pthread $LIBS" | 105 | LIBS="-pthread $LIBS" |
104 | 106 | ||
107 | + AC_CONFIG_FILES(devel/lib3270.pc) | ||
108 | + AC_CONFIG_FILES(devel/pw3270.pc) | ||
109 | + | ||
105 | esac | 110 | esac |
106 | 111 | ||
107 | AC_SUBST(DBG_CFLAGS) | 112 | AC_SUBST(DBG_CFLAGS) |
devel/lib3270.pc.in
@@ -7,6 +7,6 @@ Name: lib3270 | @@ -7,6 +7,6 @@ Name: lib3270 | ||
7 | Description: TN3270E Library calls used by @PACKAGE@ | 7 | Description: TN3270E Library calls used by @PACKAGE@ |
8 | Version: @PACKAGE_VERSION@ | 8 | Version: @PACKAGE_VERSION@ |
9 | Libs: -L\@libdir@ -l3270 | 9 | Libs: -L\@libdir@ -l3270 |
10 | -Libs.private: @LIBSSL_LIBS@ @INTL_LIBS@ @SOCKET_LIBS@ | 10 | +Libs.private: @LIBSSL_LIBS@ |
11 | Cflags: -I@includedir@ | 11 | Cflags: -I@includedir@ |
12 | 12 |