11 lines
158 B
Makefile
11 lines
158 B
Makefile
|
## Process this file with automake to get Makefile.in
|
||
|
|
||
|
AUTOMAKE_OPTIONS = gnits
|
||
|
|
||
|
SUBDIRS = m4 lib cipher src doc
|
||
|
|
||
|
ACLOCAL_AMFLAGS = -I m4
|
||
|
|
||
|
EXTRA_DIST = TODO
|
||
|
|