-
Notifications
You must be signed in to change notification settings - Fork 24
/
Makefile.am
25 lines (23 loc) · 930 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# GNU wants us to include some files that we really don't want; therefore
# "foreign". The files are
#
# - AUTHORS: This should be inferred from the (automatic) git history, not some
# error prone, manually-maintained file!
# - ChangeLog: This is included in the main page of the site, which can be found
# in the gh-pages branch. Don't want to (nor should I) repeat myself.
# - NEWS: Same as ChangeLog.
# - README: We prefer the much gayer "README.md" version, so no thanks.
#
# Man, GNU conventions need a 21 century overhaul badly.
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src man test
EXTRA_DIST = NOTICE
EXTRA_DIST += LICENSE
EXTRA_DIST += src/asn1/asn1c/LICENSE
EXTRA_DIST += examples/tal/afrinic.tal
EXTRA_DIST += examples/tal/apnic.tal
EXTRA_DIST += examples/tal/arin.tal
EXTRA_DIST += examples/tal/lacnic.tal
EXTRA_DIST += examples/tal/ripe-ncc.tal
EXTRA_DIST += examples/config.json
EXTRA_DIST += examples/demo.slurm