Always distribute extras/ezio/ezio3.ti.
authorBen Pfaff <blp@nicira.com>
Thu, 30 Jul 2009 00:04:10 +0000 (17:04 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 1 Dec 2009 17:22:06 +0000 (09:22 -0800)
commit651880308c1fb26071f1f0788e3a9c842d927126
treefc12488b6c04df50e2f0ed2632ebe793c4c05987
parent88aa338eed96ef3cf45bfe9e0048440c740db71b
Always distribute extras/ezio/ezio3.ti.

I had thought that Automake was smart enough to ignore conditionals around
EXTRA_DIST, so that all files always got distributed regardless of whether
Automake conditionals were set.  I was wrong.

This pushes the conditionals for building the ezio binaries down into
extras/ezio/automake.mk and thereby makes adding ezio3.ti to EXTRA_DIST
unconditional, so that it always gets distributed.  Otherwise, this file
will not be distributed on systems that don't have curses or don't have
PCRE, which is very surprising.
Makefile.am
extras/ezio/automake.mk