Commit 407e6622ad6d82a689c8d7fda6433d5032fb4d8f
1 parent
de2fea38
Exists in
master
and in
3 other branches
Fixing package build.
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
Makefile.in
| @@ -91,7 +91,8 @@ BINRLS=$(BINDIR)/Release | @@ -91,7 +91,8 @@ BINRLS=$(BINDIR)/Release | ||
| 91 | DEPENDS= \ | 91 | DEPENDS= \ |
| 92 | Makefile \ | 92 | Makefile \ |
| 93 | src/include/*.h \ | 93 | src/include/*.h \ |
| 94 | - src/include/lib3270/*.h | 94 | + src/include/lib3270/*.h \ |
| 95 | + $(BASEDIR)/src/include/lib3270/actions.h | ||
| 95 | 96 | ||
| 96 | CFLAGS= \ | 97 | CFLAGS= \ |
| 97 | @CFLAGS@ \ | 98 | @CFLAGS@ \ |