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