X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fautomake.mk;h=2f5b5fdfd4fc24ab1f31ef7c17b31a1b2113a866;hb=a7844aaf5ebccf1a8762f68bcbb62e463fc3809b;hp=8c97100c76f695e14008de8de5796f9a0d85943b;hpb=007948177581f3b3dad188221593d0e4bdca6ba0;p=openvswitch diff --git a/lib/automake.mk b/lib/automake.mk index 8c97100c..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 @@ -273,7 +276,7 @@ $(srcdir)/lib/ofp-errors.c: \ 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 +INSTALL_DATA_LOCAL += lib-install-data-local lib-install-data-local: $(MKDIR_P) $(DESTDIR)$(RUNDIR) $(MKDIR_P) $(DESTDIR)$(PKIDIR)