Added comp.
Showing
1 changed file
with
3 additions
and
2 deletions
... | @@ -17,8 +17,8 @@ | ... | @@ -17,8 +17,8 @@ |
17 | ## Foundation, Inc. | 17 | ## Foundation, Inc. |
18 | ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 | 19 | ||
20 | PROGRAMS_MH = scan inc rmm refile mhpath folder rmf fmtcheck repl whatnow | 20 | PROGRAMS_MH = scan inc rmm refile mhpath folder rmf fmtcheck repl whatnow comp |
21 | EXTRA_PROGRAMS = scan inc rmm refile mhpath folder rmf fmtcheck repl whatnow | 21 | EXTRA_PROGRAMS = scan inc rmm refile mhpath folder rmf fmtcheck repl whatnow comp |
22 | 22 | ||
23 | LIBRARIES_MH = libmh.a | 23 | LIBRARIES_MH = libmh.a |
24 | EXTRA_LIBRARIES = libmh.a | 24 | EXTRA_LIBRARIES = libmh.a |
... | @@ -55,6 +55,7 @@ folder_LDADD = $(mh_LIBS) | ... | @@ -55,6 +55,7 @@ folder_LDADD = $(mh_LIBS) |
55 | rmf_LDADD = $(mh_LIBS) | 55 | rmf_LDADD = $(mh_LIBS) |
56 | fmtcheck_LDADD = $(mh_LIBS) | 56 | fmtcheck_LDADD = $(mh_LIBS) |
57 | repl_LDADD = $(mh_LIBS) | 57 | repl_LDADD = $(mh_LIBS) |
58 | comp_LDADD = $(mh_LIBS) | ||
58 | whatnow_LDADD = $(mh_LIBS) | 59 | whatnow_LDADD = $(mh_LIBS) |
59 | 60 | ||
60 | AM_YFLAGS=-vt | 61 | AM_YFLAGS=-vt | ... | ... |
-
Please register or sign in to post a comment