blob: 644b1519dc0f1250d62ef300c07ee63416e15bae (
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
# Update libtool, if needed.
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
|