X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fautomake.mk;h=2f5b5fdfd4fc24ab1f31ef7c17b31a1b2113a866;hb=1f00acd0bccc883f5b2017dc52f8f1d52a089b1f;hp=e3d7c3f6d39130031ac63ed83bbb10e653e269c1;hpb=b2df0225a3575e2a15cdf67adc4b2dd9656fed19;p=openvswitch diff --git a/lib/automake.mk b/lib/automake.mk index e3d7c3f6..2f5b5fdf 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -18,6 +18,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/bitmap.h \ lib/bond.c \ lib/bond.h \ + lib/bundle.c \ + lib/bundle.h \ lib/byte-order.h \ lib/byteq.c \ lib/byteq.h \ @@ -234,7 +236,7 @@ EXTRA_DIST += \ lib/dh4096.pem \ lib/dirs.c.in -EXTRA_DIST += \ +MAN_FRAGMENTS += \ lib/common.man \ lib/common-syn.man \ lib/daemon.man \ @@ -261,6 +263,7 @@ lib/dirs.c: lib/dirs.c.in Makefile -e 's,[@]LOGDIR[@],"$(LOGDIR)",g' \ -e 's,[@]RUNDIR[@],"$(RUNDIR)",g' \ -e 's,[@]bindir[@],"$(bindir)",g' \ + -e 's,[@]sysconfdir[@],"$(sysconfdir)",g' \ -e 's,[@]pkgdatadir[@],"$(pkgdatadir)",g') \ > lib/dirs.c.tmp mv lib/dirs.c.tmp lib/dirs.c