8 lines
163 B
Makefile
8 lines
163 B
Makefile
|
## Process this file with automake to produce Makefile.in
|
||
|
|
||
|
AUTOMAKE_OPTIONS = foreign
|
||
|
|
||
|
SUBDIRS = include src doc win32
|
||
|
|
||
|
EXTRA_DIST = Changes autogen.sh jamlib.doc
|