1# $Id: Makefile.am 395 2007-06-03 20:26:18Z des $ 2 3SUBDIRS = lib bin modules include 4 5if WITH_DOC 6SUBDIRS += doc 7endif 8 9EXTRA_DIST = \ 10 CREDITS \ 11 HISTORY \ 12 INSTALL \ 13 LICENSE \ 14 README \ 15 RELNOTES \ 16 autogen.sh \ 17 misc/gendoc.pl 18