X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fautomake.mk;h=ba02d41119b360ee19819c9ca0b2d4ee800b8426;hb=37a1300c3ca05a97160d44dc34298c447b50ed9d;hp=0d42e2097c944ea856ee104e23b04125c8b1bbef;hpb=c24750a10235af1be9fd9196fc026ab4626ba2d4;p=openvswitch diff --git a/lib/automake.mk b/lib/automake.mk index 0d42e209..ba02d411 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -68,15 +68,21 @@ lib_libopenvswitch_a_SOURCES = \ lib/lockfile.h \ lib/mac-learning.c \ lib/mac-learning.h \ + lib/multipath.c \ + lib/multipath.h \ lib/netdev-dummy.c \ lib/netdev-provider.h \ lib/netdev.c \ lib/netdev.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 \ + lib/ofp-errors.c \ + lib/ofp-errors.h \ lib/ofp-parse.c \ lib/ofp-parse.h \ lib/ofp-print.c \ @@ -178,14 +184,19 @@ endif if HAVE_NETLINK lib_libopenvswitch_a_SOURCES += \ lib/dpif-linux.c \ + lib/dpif-linux.h \ lib/netdev-linux.c \ lib/netdev-vport.c \ lib/netdev-vport.h \ lib/netlink-protocol.h \ - lib/netlink.c \ - lib/netlink.h \ + lib/netlink-socket.c \ + lib/netlink-socket.h \ lib/rtnetlink.c \ - lib/rtnetlink.h + lib/rtnetlink.h \ + lib/rtnetlink-link.c \ + lib/rtnetlink-link.h \ + lib/route-table.c \ + lib/route-table.h endif if HAVE_OPENSSL @@ -237,6 +248,14 @@ 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 + install-data-local: lib-install-data-local lib-install-data-local: $(MKDIR_P) $(DESTDIR)$(RUNDIR)