20 lines
256 B
Makefile
20 lines
256 B
Makefile
# $Id: Makefile.am 428 2010-03-09 17:32:17Z des $
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = lib bin modules include
|
|
|
|
if WITH_DOC
|
|
SUBDIRS += doc
|
|
endif
|
|
|
|
EXTRA_DIST = \
|
|
CREDITS \
|
|
HISTORY \
|
|
INSTALL \
|
|
LICENSE \
|
|
README \
|
|
RELNOTES \
|
|
autogen.sh \
|
|
misc/gendoc.pl
|