Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dan Theisen
tn5250
Commits
78ec5704
Commit
78ec5704
authored
Dec 07, 2001
by
Scott Klement
Browse files
Fixed some minor Makefile bugs, so 'make distcheck' is good, again.
parent
b0111215
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
Makefile.am
Makefile.am
+2
-1
configure.in
configure.in
+1
-1
src/Makefile.am
src/Makefile.am
+3
-0
No files found.
Makefile.am
View file @
78ec5704
...
...
@@ -22,4 +22,5 @@ EXTRA_DIST = acconfig.h\
BUGS
\
XTerm
\
dialogrc
\
tn5250.m4
tn5250.m4
\
README.ssl
configure.in
View file @
78ec5704
...
...
@@ -7,7 +7,7 @@ AC_PROG_GCC_TRADITIONAL
AM_PROG_LIBTOOL
dnl ** Automake Intialization
AM_INIT_AUTOMAKE(tn5250, 0.16.
2
)
AM_INIT_AUTOMAKE(tn5250, 0.16.
3
)
AM_CONFIG_HEADER(src/tn5250-config.h)
AC_ARG_ENABLE(old-keys,
[ --enable-old-keys Use the old key handler, which has some quirks
...
...
src/Makefile.am
View file @
78ec5704
...
...
@@ -130,5 +130,8 @@ docs:
clean-local
:
rm
-f
*
~
*
.xref index.xrefs index.html
distclean-local
:
rm
-f
config.h
.PHONY
:
lclint
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment