X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=extras%2Fezio%2Fautomake.mk;h=7c7db24124c2bf6ac27fad78837f3599a5fadec8;hb=c38cd4bc703054bb77a5261a6b934dfc8e52c0c6;hp=2aeaa6440735c6a2be32a74de420b0809538016f;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/extras/ezio/automake.mk b/extras/ezio/automake.mk index 2aeaa644..7c7db241 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