From: Ben Pfaff Date: Thu, 30 Jul 2009 00:04:10 +0000 (-0700) Subject: Always distribute extras/ezio/ezio3.ti. X-Git-Tag: v0.99.0~133^2~30 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3b7c608d6afeea32ff8d6ce616970c7d095b4bcc;hp=3b7c608d6afeea32ff8d6ce616970c7d095b4bcc;p=sliver-openvswitch.git 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. ---