blob: 3e341fb62ccb95eff8631a69154d8f6ef8ddbb37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## Makefile.am for texinfo/makeinfo.
## $Id: Makefile.am,v 1.1 1997/08/01 22:00:54 kstailey Exp $
## Run automake in .. to produce Makefile.in from this.
bin_PROGRAMS = makeinfo
localedir = $(datadir)/locale
INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
LDADD = ../lib/libtxi.a @INTLLIBS@
makeinfo_SOURCES = makeinfo.c makeinfo.h multi.c
EXTRA_DIST = README
|