summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-11-23 22:35:32 +0000
committerTrent Lloyd <lathiat@bur.st>2005-11-23 22:35:32 +0000
commite5e7182ca1af1bbd98b428225646aa58f45a3d7b (patch)
treeb57a7ed97d8a472226bdbf2b143399728cbb40d4
parentf6a388c0b603fa1913da7a5db4737e2c162f9547 (diff)
* 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
-rw-r--r--Makefile.am3
-rwxr-xr-xbootstrap.sh2
2 files changed, 4 insertions, 1 deletions
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"