Skip to content

Commit bd76d25

Browse files
committed
ovsdb: Add simple constraints.
1 parent 629cd2f commit bd76d25

36 files changed

Lines changed: 2213 additions & 965 deletions

extras/ezio/automake.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2008, 2009 Nicira Networks, Inc.
1+
# Copyright (C) 2008, 2009, 2010 Nicira Networks, Inc.
22
#
33
# Copying and distribution of this file, with or without modification,
44
# are permitted in any medium without royalty provided the copyright
@@ -8,7 +8,7 @@
88
EXTRA_DIST += extras/ezio/ezio3.ti
99

1010
if HAVE_CURSES
11-
if HAVE_PCRE
11+
if HAVE_PCRE_PARTIAL
1212
install-data-hook:
1313
@echo tic -x $(srcdir)/extras/ezio/ezio3.ti
1414
@if ! tic -x $(srcdir)/extras/ezio/ezio3.ti; then \
@@ -48,5 +48,5 @@ extras_ezio_ovs_switchui_LDADD = \
4848
$(PCRE_LIBS) \
4949
$(SSL_LIBS) \
5050
-lm
51-
endif # HAVE_PCRE
51+
endif # HAVE_PCRE_PARTIAL
5252
endif # HAVE_CURSES

lib/automake.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ lib_libopenvswitch_a_SOURCES = \
8888
lib/packets.h \
8989
lib/pcap.c \
9090
lib/pcap.h \
91+
lib/pcre.h \
9192
lib/poll-loop.c \
9293
lib/poll-loop.h \
9394
lib/port-array.c \

0 commit comments

Comments
 (0)