12 lines
320 B
Makefile
12 lines
320 B
Makefile
|
#----------------------------------------------------------------------
|
||
|
# Makefile.am - The Final Cut terminal programming library
|
||
|
#----------------------------------------------------------------------
|
||
|
|
||
|
AUTOMAKE_OPTIONS = foreign
|
||
|
|
||
|
ACLOCAL_AMFLAGS = -I m4
|
||
|
|
||
|
SUBDIRS = src doc test
|
||
|
|
||
|
doc_DATA = AUTHORS COPYING ChangeLog
|