Commit db6070d4b3a6afe520f1aa7dcc9139ec2d703525
1 parent
9f4d4a70
Exists in
master
and in
5 other branches
Corrigindo plugin rexx
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/plugins/rx3270/Makefile.in
... | ... | @@ -29,7 +29,7 @@ |
29 | 29 | MODULE_NAME=rx3270 |
30 | 30 | DEPENDS=*.h ../../include/*.h ../../include/lib3270/*.h Makefile |
31 | 31 | PLUGIN_SRC=pluginmain.cc |
32 | -EXTAPI_SRC=rxapimain.cc text.cc typed_routines.cc local.cc remote.cc rexx_methods.cc | |
32 | +EXTAPI_SRC=rxapimain.cc text.cc typed_routines.cc local.cc remote.cc rexx_methods.cc rx3270.cc | |
33 | 33 | |
34 | 34 | #---[ Tools ]------------------------------------------------------------------ |
35 | 35 | ... | ... |