/[mailutils]/mailutils/mh/Makefile.am
ViewVC logotype

Diff of /mailutils/mh/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by gray, Sat Sep 21 19:13:14 2002 UTC revision 1.11 by gray, Mon Sep 23 07:52:25 2002 UTC
# Line 2  Line 2 
2  # Copyright (C) 2000,2001,2002 Free Software Foundation  # Copyright (C) 2000,2001,2002 Free Software Foundation
3  # See file COPYING in the distribution root directory for copying conditions.  # See file COPYING in the distribution root directory for copying conditions.
4    
5  bin_PROGRAMS = scan inc rmm refile mhpath folder  bin_PROGRAMS = scan inc rmm refile mhpath folder rmf
6  noinst_LIBRARIES = libmh.a  noinst_LIBRARIES = libmh.a
7  libmh_a_SOURCES= \  libmh_a_SOURCES= \
8   mh_argp.c\   mh_argp.c\
# Line 18  noinst_HEADERS = mh.h mh_getopt.h Line 18  noinst_HEADERS = mh.h mh_getopt.h
18  scan_SOURCES = scan.c  scan_SOURCES = scan.c
19  inc_SOURCES = inc.c  inc_SOURCES = inc.c
20  rmm_SOURCES = rmm.c  rmm_SOURCES = rmm.c
21    rmf_SOURCES = rmf.c
22  refile_SOURCES = refile.c  refile_SOURCES = refile.c
23  mhpath_SOURCES = mhpath.c  mhpath_SOURCES = mhpath.c
24  folder_SOURCES = folder.c  folder_SOURCES = folder.c
# Line 29  rmm_LDADD = $(mh_LIBS) Line 30  rmm_LDADD = $(mh_LIBS)
30  refile_LDADD = $(mh_LIBS)  refile_LDADD = $(mh_LIBS)
31  mhpath_LDADD = $(mh_LIBS)  mhpath_LDADD = $(mh_LIBS)
32  folder_LDADD = $(mh_LIBS)  folder_LDADD = $(mh_LIBS)
33    rmf_LDADD = $(mh_LIBS)
34  YFLAGS=-vt  YFLAGS=-vt
35    
36    install-exec-hook:
37            $(LN_S) $(DESTDIR)$(bindir)/folder $(DESTDIR)$(bindir)/folders

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26