mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 04:48:37 +01:00
9ea2a99edb
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15071 a95241bf-73f2-0310-859d-f6bbb57e9c96
14 lines
386 B
Makefile
14 lines
386 B
Makefile
## Makefile.am for texinfo/makeinfo.
|
|
## $Id: Makefile.am,v 1.1 2004/10/28 18:14:10 zooey Exp $
|
|
## Run automake in .. to produce Makefile.in from this.
|
|
|
|
noinst_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
|