From: pcarana Date: Mon, 4 Nov 2019 21:56:25 +0000 (-0600) Subject: Include tals at dist X-Git-Tag: v1.2.0~58 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=3f76cec146036257ccce1c288e64184be00977f6;p=thirdparty%2FFORT-validator.git Include tals at dist --- diff --git a/Makefile.am b/Makefile.am index fa77b18e..44ece000 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src man test -EXTRA_DIST = tal/afrinic.tal -EXTRA_DIST += tal/apnic.tal -EXTRA_DIST += tal/lacnic.tal -EXTRA_DIST += tal/ripe.tal +EXTRA_DIST = examples/tal/afrinic.tal +EXTRA_DIST += examples/tal/apnic.tal +EXTRA_DIST += examples/tal/lacnic.tal +EXTRA_DIST += examples/tal/ripe.tal