blob: f457c5ba454f0179a8422fc0a685f79d6b699e93 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## Process this file with automake to produce Makefile.in
SUBDIRS = lib libidu intl src lisp m4 po doc testsuite
# Remove this file here (it is created via configure), not from within intl.
DISTCLEANFILES = intl/libintl.h
EXTRA_DIST = Makefile.maint GNUmakefile @README_ALPHA@
ACLOCAL_AMFLAGS = -I m4
|