X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=dafba2b52312d68132f660a4131fd41600b24737;hb=4206b80f6444ceef47ceb9e1a6b88a40eabacb1f;hp=9cad47b72069ab2cafb68257766c1d9b07f19cdd;hpb=f6eb6b202533ad393b8d1d8e6ae6e502cbf19caf;p=openvswitch diff --git a/Makefile.am b/Makefile.am index 9cad47b7..dafba2b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,7 @@ EXTRA_DIST = \ DESIGN \ FAQ \ INSTALL \ + INSTALL.Fedora \ INSTALL.KVM \ INSTALL.Libvirt \ INSTALL.RHEL \ @@ -108,6 +109,7 @@ SUFFIXES += .in sed \ -e 's,[@]PKIDIR[@],$(PKIDIR),g' \ -e 's,[@]LOGDIR[@],$(LOGDIR),g' \ + -e 's,[@]DBDIR[@],$(DBDIR),g' \ -e 's,[@]PERL[@],$(PERL),g' \ -e 's,[@]PYTHON[@],$(PYTHON),g' \ -e 's,[@]RUNDIR[@],$(RUNDIR),g' \