From 5afe2f493d0aca90bb3e05ca7ebd6af50f9daaeb Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Tue, 23 Aug 2005 13:02:11 +0000 Subject: * 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 --- common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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 -- cgit