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 | 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