blob: a716d6cf024c084c27848f6dfa43b17ee3f62783 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $Id: Makefile.am 917 2017-02-18 14:45:27Z des $
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = misc include lib bin modules
if WITH_DOC
SUBDIRS += doc
endif
SUBDIRS += t
EXTRA_DIST = \
CREDITS \
HISTORY \
INSTALL \
LICENSE \
README \
RELNOTES \
autogen.sh \
misc/gendoc.pl
|