blob: 1e5f7d5b108df210d6d32c72b5aced1f0e49cb84 [file] [log] [blame]
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001bin_PROGRAMS = nano
2nano_SOURCES = cut.c \
3 global.c \
4 nano.c \
5 nano.h \
6 proto.h \
7 utils.c \
8 winio.c
9
10man_MANS = nano.1
11nano_LDADD = @INTLLIBS@
12
13EXTRA_DIST = AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README \
14 TODO install-sh missing mkinstalldirs nano.1 nano.1.html
15
16SUBDIRS = po intl
17
18localedir = $(datadir)/locale
19INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -I@includedir@