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>
Thu, 30 Jul 2009 00:04:10 +0000 (17:04 -0700)
commit3b7c608d6afeea32ff8d6ce616970c7d095b4bcc
tree53e59489a929833164b236fbcff7d12e91782457
parent31a7c9e7766fed8e72b873850f3798801e442401
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