diff options
author | Trent Lloyd <lathiat@bur.st> | 2005-08-23 13:02:11 +0000 |
---|---|---|
committer | Trent Lloyd <lathiat@bur.st> | 2005-08-23 13:02:11 +0000 |
commit | 5afe2f493d0aca90bb3e05ca7ebd6af50f9daaeb (patch) | |
tree | 5b1a9bceec6bba8b91579b3936b491d0edb2b221 /common | |
parent | 9d125e3a3ae8a3bc4150756294226b3feb95799e (diff) |
* Bump version number in configure.ac to 0.2
* Move a few dir definitions in Makefile.am's do that autotools doesn't create empty directories
* Uncomment AM_CONDITIONAL for TARGET_GENTOO which broke the build
* Add missing introspect files to EXTRA_DIST in avahi-daemon/Makefile.am, makes
distcheck pass again.
* Remove the ugly archlinux specific -std=c99 hack
* Replace it with a much more elegant test to see if rtnetlink.h will compile w
ith -std=c99 and disable it if it will not
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@417 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 1cbad83..e51c02a 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -18,6 +18,6 @@ # USA. EXTRA_DIST = \ - doxygen.m4 \ + doxygen.m4 \ doxygen.mk \ python.m4 |