X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=extras%2Fezio%2Fautomake.mk;h=a615fc8cd2cc32b8fca7aae48723c59651f45f88;hb=5f55c39b21e69025045437ffbd3bb98fe6ce2e89;hp=eae11cd152c8c1e2f603a01b2fa5f24af0e0804f;hpb=58fda1dab104041fc693032475ec4662c1a52849;p=openvswitch diff --git a/extras/ezio/automake.mk b/extras/ezio/automake.mk index eae11cd1..a615fc8c 100644 --- a/extras/ezio/automake.mk +++ b/extras/ezio/automake.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2008, 2009 Nicira Networks, Inc. +# Copyright (C) 2008, 2009, 2010 Nicira Networks, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -8,7 +8,7 @@ EXTRA_DIST += extras/ezio/ezio3.ti if HAVE_CURSES -if HAVE_PCRE +if HAVE_PCRE_PARTIAL install-data-hook: @echo tic -x $(srcdir)/extras/ezio/ezio3.ti @if ! tic -x $(srcdir)/extras/ezio/ezio3.ti; then \ @@ -48,5 +48,5 @@ extras_ezio_ovs_switchui_LDADD = \ $(PCRE_LIBS) \ $(SSL_LIBS) \ -lm -endif # HAVE_PCRE +endif # HAVE_PCRE_PARTIAL endif # HAVE_CURSES