From e5e7182ca1af1bbd98b428225646aa58f45a3d7b Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Wed, 23 Nov 2005 22:35:32 +0000 Subject: * Include some new files from docs/ into the tarballs (incl API-CHANGES-0.6) * Update my personal flags git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1023 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- Makefile.am | 3 +++ bootstrap.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 06ffd25..f9e95a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,9 @@ EXTRA_DIST = \ docs/DBUS-API \ docs/AUTHORS \ docs/HACKING \ + docs/API-CHANGES-0.6 \ + docs/COMPAT-LAYERS \ + docs/MALLOC \ docs/overview.dia \ docs/server-states.dia \ docs/avahi-poll.dia \ diff --git a/bootstrap.sh b/bootstrap.sh index 51466f4..870053b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -52,7 +52,7 @@ esac case "$USER" in lathiat) - FLAGS="$FLAGS --disable-monodoc" + FLAGS="$FLAGS" ;; sebest) FLAGS="$FLAGS --disable-monodoc --disable-mono --disable-qt3 --disable-qt4 --sysconfdir=/etc --localstatedir=/var --prefix=/usr --disable-manpages --disable-xmltoman" -- cgit