X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fautomake.mk;h=1d404c2c2eb39fa257d093d57e36dd5bbbc8e4fb;hb=37344ffa58cdc6c057ef06c6822528c8fe08bb93;hp=82bafde22648b7e7cbc91d1d3a70340713a3204a;hpb=6e037e3ca6381fa36fdf6009c4ccc97d0f041be4;p=openvswitch diff --git a/lib/automake.mk b/lib/automake.mk index 82bafde2..1d404c2c 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2010, 2011, 2012 Nicira Networks, Inc. +# Copyright (C) 2009, 2010, 2011, 2012 Nicira, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -79,6 +79,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/lockfile.h \ lib/mac-learning.c \ lib/mac-learning.h \ + lib/memory.c \ + lib/memory.h \ lib/meta-flow.c \ lib/meta-flow.h \ lib/multipath.c \ @@ -135,6 +137,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/sha1.h \ lib/shash.c \ lib/shash.h \ + lib/simap.c \ + lib/simap.h \ lib/signals.c \ lib/signals.h \ lib/socket-util.c \ @@ -253,6 +257,7 @@ EXTRA_DIST += \ MAN_FRAGMENTS += \ lib/common.man \ lib/common-syn.man \ + lib/coverage-unixctl.man \ lib/daemon.man \ lib/daemon-syn.man \ lib/leak-checker.man \ @@ -297,9 +302,9 @@ lib/dirs.c: lib/dirs.c.in Makefile $(srcdir)/lib/ofp-errors.inc: \ lib/ofp-errors.h $(srcdir)/build-aux/extract-ofp-errors - $(PYTHON) $(srcdir)/build-aux/extract-ofp-errors \ + $(run_python) $(srcdir)/build-aux/extract-ofp-errors \ $(srcdir)/lib/ofp-errors.h > $@.tmp && mv $@.tmp $@ -lib/ofp-errors.c: lib/ofp-errors.inc +$(srcdir)/lib/ofp-errors.c: $(srcdir)/lib/ofp-errors.inc EXTRA_DIST += build-aux/extract-ofp-errors lib/ofp-errors.inc INSTALL_DATA_LOCAL += lib-install-data-local