X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fautomake.mk;h=5265eb772f98f73b22163607fadc306e77d95435;hb=40a8ca3292a78639919e32ddd1558ce02ad938eb;hp=b0d10fded87bd8d398672414721536d80111fb78;hpb=f1acd62b54376a425a975f9af501c4c8c5689b39;p=sliver-openvswitch.git diff --git a/lib/automake.mk b/lib/automake.mk index b0d10fded..5265eb772 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2009 Nicira Networks, Inc. +# Copyright (C) 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 @@ -67,6 +67,7 @@ lib_libopenvswitch_a_SOURCES = \ lib/ofp-print.h \ lib/ofpbuf.c \ lib/ofpbuf.h \ + lib/packets.c \ lib/packets.h \ lib/pcap.c \ lib/pcap.h \ @@ -95,6 +96,7 @@ lib_libopenvswitch_a_SOURCES = \ lib/socket-util.h \ lib/stp.c \ lib/stp.h \ + lib/string.h \ lib/svec.c \ lib/svec.h \ lib/tag.c \ @@ -155,6 +157,7 @@ EXTRA_DIST += \ lib/daemon.man \ lib/dpif.man \ lib/leak-checker.man \ + lib/vlog-unixctl.man \ lib/vlog.man