X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fautomake.mk;h=4e2fcf3bcb362adfd7316b6177337eaadd9b5609;hb=b5d29991cc4722aec39c346c3f82291581e92aa0;hp=7cc0dbe341251270e37e4a7f9003aadb4ba961d0;hpb=6a885fd0589fdfa3b5d05ca3ff4af52b085a1816;p=openvswitch diff --git a/lib/automake.mk b/lib/automake.mk index 7cc0dbe3..4e2fcf3b 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -67,6 +67,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/lacp.h \ lib/leak-checker.c \ lib/leak-checker.h \ + lib/learn.c \ + lib/learn.h \ lib/learning-switch.c \ lib/learning-switch.h \ lib/list.c \ @@ -83,10 +85,10 @@ lib_libopenvswitch_a_SOURCES = \ lib/netdev-provider.h \ lib/netdev.c \ lib/netdev.h \ + lib/netflow.h \ lib/netlink.c \ lib/netlink.h \ lib/nx-match.c \ - lib/nx-match.def \ lib/nx-match.h \ lib/odp-util.c \ lib/odp-util.h \ @@ -139,6 +141,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/sort.h \ lib/sset.c \ lib/sset.h \ + lib/stp.c \ + lib/stp.h \ lib/stream-fd.c \ lib/stream-fd.h \ lib/stream-provider.h \ @@ -178,6 +182,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/vconn.h \ lib/vlan-bitmap.c \ lib/vlan-bitmap.h \ + lib/vlandev.c \ + lib/vlandev.h \ lib/vlog.c \ lib/vlog.h nodist_lib_libopenvswitch_a_SOURCES = \ @@ -245,6 +251,7 @@ MAN_FRAGMENTS += \ lib/daemon.man \ lib/daemon-syn.man \ lib/leak-checker.man \ + lib/ovs.tmac \ lib/ssl-bootstrap.man \ lib/ssl-bootstrap-syn.man \ lib/ssl-peer-ca-cert.man \ @@ -271,13 +278,12 @@ lib/dirs.c: lib/dirs.c.in Makefile > lib/dirs.c.tmp mv lib/dirs.c.tmp lib/dirs.c -$(srcdir)/lib/ofp-errors.c: \ - include/openflow/openflow.h include/openflow/nicira-ext.h \ - build-aux/extract-ofp-errors - cd $(srcdir)/include && \ - $(PYTHON) ../build-aux/extract-ofp-errors \ - openflow/openflow.h openflow/nicira-ext.h > ../lib/ofp-errors.c -EXTRA_DIST += build-aux/extract-ofp-errors +$(srcdir)/lib/ofp-errors.inc: \ + lib/ofp-errors.h $(srcdir)/build-aux/extract-ofp-errors + $(PYTHON) $(srcdir)/build-aux/extract-ofp-errors \ + $(srcdir)/lib/ofp-errors.h > $@.tmp && mv $@.tmp $@ +lib/ofp-errors.c: lib/ofp-errors.inc +EXTRA_DIST += build-aux/extract-ofp-errors lib/ofp-errors.inc INSTALL_DATA_LOCAL += lib-install-data-local lib-install-data-local: