blob: d577f590cb23e72db903b3fff71821c5eb82b60a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
AUTOMAKE_OPTIONS = 1.9.2 foreign
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = README-dist DESIGN LICENSE.txt NOTICE.txt README.rhel3
SUBDIRS = gen lib tests src docs/api docs/man
# Update libtool, if needed.
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
|