blob: 7e3316fce623644ae6af09bf22f2a0cb6f89b32e (
plain)
1
2
3
4
5
6
7
8
9
10
|
AUTOMAKE_OPTIONS = 1.9.6 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
|