Added rmm.c
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | # Copyright (C) 2000,2001,2002 Free Software Foundation | 2 | # Copyright (C) 2000,2001,2002 Free Software Foundation |
3 | # See file COPYING in the distribution root directory for copying conditions. | 3 | # See file COPYING in the distribution root directory for copying conditions. |
4 | 4 | ||
5 | bin_PROGRAMS = scan inc | 5 | bin_PROGRAMS = scan inc rmm |
6 | noinst_LIBRARIES = libmh.a | 6 | noinst_LIBRARIES = libmh.a |
7 | libmh_a_SOURCES= \ | 7 | libmh_a_SOURCES= \ |
8 | mh_argp.c\ | 8 | mh_argp.c\ |
... | @@ -14,9 +14,11 @@ libmh_a_SOURCES= \ | ... | @@ -14,9 +14,11 @@ libmh_a_SOURCES= \ |
14 | noinst_HEADERS = mh.h mh_getopt.h | 14 | noinst_HEADERS = mh.h mh_getopt.h |
15 | scan_SOURCES = scan.c | 15 | scan_SOURCES = scan.c |
16 | inc_SOURCES = inc.c | 16 | inc_SOURCES = inc.c |
17 | rmm_SOURCES = rmm.c | ||
17 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib | 18 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib |
18 | mh_LIBS = ./libmh.a ../mailbox/libmailbox.la ../lib/libmailutils.la | 19 | mh_LIBS = ./libmh.a ../mailbox/libmailbox.la ../lib/libmailutils.la |
19 | scan_LDADD = $(mh_LIBS) -lcurses -ltermcap | 20 | scan_LDADD = $(mh_LIBS) -lcurses -ltermcap |
20 | inc_LDADD = $(mh_LIBS) | 21 | inc_LDADD = $(mh_LIBS) |
22 | rmm_LDADD = $(mh_LIBS) | ||
21 | YFLAGS=-vt | 23 | YFLAGS=-vt |
22 | 24 | ... | ... |
-
Please register or sign in to post a comment