8 lines
164 B
Makefile
8 lines
164 B
Makefile
# don't enforce GNU packaging standards
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
EXTRA_DIST = LEGAL.NOTICE MAINT PORTING
|
|
|
|
SUBDIRS = src
|
|
#SUBDIRS = src magic doc
|