Makefile.am 444 Bytes
Newer Older
Chris Allegretta's avatar
Chris Allegretta committed
1
2
bin_PROGRAMS = 	nano
nano_SOURCES =	cut.c \
Chris Allegretta's avatar
Chris Allegretta committed
3
		files.c \
Chris Allegretta's avatar
Chris Allegretta committed
4
		global.c \
Chris Allegretta's avatar
Chris Allegretta committed
5
		move.c \
Chris Allegretta's avatar
Chris Allegretta committed
6
7
8
		nano.c \
		nano.h \
		proto.h \
Chris Allegretta's avatar
Chris Allegretta committed
9
		search.c \
Chris Allegretta's avatar
Chris Allegretta committed
10
11
12
13
14
15
16
		utils.c \
		winio.c 

man_MANS = nano.1
nano_LDADD = @INTLLIBS@

EXTRA_DIST =	AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README \
Chris Allegretta's avatar
Chris Allegretta committed
17
18
		TODO install-sh missing mkinstalldirs nano.1 nano.1.html \
		faq.html
Chris Allegretta's avatar
Chris Allegretta committed
19
20
21
22
23

SUBDIRS = po intl

localedir = $(datadir)/locale
INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -I@includedir@