blob: 1244b170c30994ed16e6ac8200c72e2e0af4bd20 [file] [log] [blame]
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001bin_PROGRAMS = nano
2nano_SOURCES = cut.c \
Chris Allegrettabceb1b22000-06-19 04:22:15 +00003 files.c \
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00004 global.c \
Chris Allegrettabceb1b22000-06-19 04:22:15 +00005 move.c \
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00006 nano.c \
7 nano.h \
8 proto.h \
Chris Allegrettabceb1b22000-06-19 04:22:15 +00009 search.c \
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000010 utils.c \
11 winio.c
12
13man_MANS = nano.1
14nano_LDADD = @INTLLIBS@
15
16EXTRA_DIST = AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README \
17 TODO install-sh missing mkinstalldirs nano.1 nano.1.html
18
19SUBDIRS = po intl
20
21localedir = $(datadir)/locale
22INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -I@includedir@