X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=extras%2Fezio%2Fautomake.mk;h=7c7db24124c2bf6ac27fad78837f3599a5fadec8;hb=651880308c1fb26071f1f0788e3a9c842d927126;hp=2aeaa6440735c6a2be32a74de420b0809538016f;hpb=88aa338eed96ef3cf45bfe9e0048440c740db71b;p=sliver-openvswitch.git diff --git a/extras/ezio/automake.mk b/extras/ezio/automake.mk index 2aeaa6440..7c7db2412 100644 --- a/extras/ezio/automake.mk +++ b/extras/ezio/automake.mk @@ -6,6 +6,9 @@ # without warranty of any kind. EXTRA_DIST += extras/ezio/ezio3.ti + +if HAVE_CURSES +if HAVE_PCRE install-data-hook: @echo tic -x $(srcdir)/extras/ezio/ezio3.ti @if ! tic -x $(srcdir)/extras/ezio/ezio3.ti; then \ @@ -47,3 +50,5 @@ extras_ezio_ovs_switchui_LDADD = \ $(PCRE_LIBS) \ $(SSL_LIBS) \ -lm +endif # HAVE_PCRE +endif # HAVE_CURSES