Commit 3c052a74d7d1ebad4551e30d735548b6178dbffc
1 parent
0958a783
Exists in
master
and in
5 other branches
Ajustes para empacotamento.
Showing
3 changed files
with
11 additions
and
4 deletions
Show diff stats
Makefile.in
| ... | ... | @@ -282,7 +282,8 @@ $(SRCDIR): \ |
| 282 | 282 | $(SRCDIR)/src/pw3270 \ |
| 283 | 283 | $(SRCDIR)/src/libpw3270cpp \ |
| 284 | 284 | $(SRCDIR)/sdk \ |
| 285 | - $(SRCDIR)/src/plugins/dbus3270 | |
| 285 | + $(SRCDIR)/src/plugins/dbus3270 \ | |
| 286 | + $(SRCDIR)/src/plugins/hllapi | |
| 286 | 287 | |
| 287 | 288 | |
| 288 | 289 | @$(MKDIR) $(SRCDIR) |
| ... | ... | @@ -290,6 +291,11 @@ $(SRCDIR): \ |
| 290 | 291 | *.in configure.ac *.cbp LICENCA LICENSE AUTHORS \ |
| 291 | 292 | $(SRCDIR) |
| 292 | 293 | |
| 294 | + @$(MKDIR) $(SRCDIR)/win | |
| 295 | + @$(INSTALL_DATA) \ | |
| 296 | + win/*.in win/*.spec \ | |
| 297 | + $(SRCDIR)/win | |
| 298 | + | |
| 293 | 299 | @$(INSTALL_PROGRAM) \ |
| 294 | 300 | autogen.sh \ |
| 295 | 301 | $(SRCDIR) | ... | ... |
configure.ac
| ... | ... | @@ -93,7 +93,6 @@ case "$host" in |
| 93 | 93 | LIBS="$LIBS -lws2_32 -lntdll -lwtsapi32 -lintl -lcomdlg32" |
| 94 | 94 | |
| 95 | 95 | AC_CONFIG_FILES(win/makegtkruntime.sh) |
| 96 | - AC_CONFIG_FILES(src/plugins/hllapi/Makefile) | |
| 97 | 96 | |
| 98 | 97 | PLUGINS="$PLUGINS hllapi" |
| 99 | 98 | ;; |
| ... | ... | @@ -176,7 +175,6 @@ AC_SUBST(GDBUS_CFLAGS) |
| 176 | 175 | if test "$app_cv_dbus" == "yes"; then |
| 177 | 176 | |
| 178 | 177 | AC_DEFINE(HAVE_DBUS) |
| 179 | - AC_CONFIG_FILES(src/plugins/dbus3270/Makefile) | |
| 180 | 178 | PLUGINS="$PLUGINS dbus3270" |
| 181 | 179 | |
| 182 | 180 | fi |
| ... | ... | @@ -373,6 +371,9 @@ AC_CONFIG_FILES(src/libpw3270cpp/Makefile) |
| 373 | 371 | AC_CONFIG_FILES(ui/Makefile) |
| 374 | 372 | AC_CONFIG_FILES(locale/Makefile) |
| 375 | 373 | |
| 374 | +AC_CONFIG_FILES(src/plugins/hllapi/Makefile) | |
| 375 | +AC_CONFIG_FILES(src/plugins/dbus3270/Makefile) | |
| 376 | + | |
| 376 | 377 | AC_CONFIG_FILES(Makefile) |
| 377 | 378 | |
| 378 | 379 | dnl --------------------------------------------------------------------------- | ... | ... |
src/plugins/hllapi/Makefile.in
| ... | ... | @@ -215,7 +215,7 @@ $(SRCDIR): \ |
| 215 | 215 | clean |
| 216 | 216 | |
| 217 | 217 | @$(MKDIR) $@ |
| 218 | - @$(INSTALL_DATA) *.c *.h *.in *.xml *.cbp $@ | |
| 218 | + @$(INSTALL_DATA) *.c *.h *.in *.cbp $@ | |
| 219 | 219 | |
| 220 | 220 | |
| 221 | 221 | #---[ Debug Targets ]-------------------------------------------------------------------- | ... | ... |