From 6a5691ab70e7c106037c1a4e4834cc4374f08048 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Thu, 7 Aug 2008 06:07:50 +0000 Subject: [PATCH] We continue our good old tradition of breaking FreeBSD code right before the release. This time, somebody refactored the code to use freebsd.h, but forgot to include freebsd.h to EXTRA_DIST, so the resulting tarball was missing it and non-buildable on FreeBSD, thank you, kind man, for doing it, please keep up breaking FreeBSD port, it's a great pleasure for me to fix it all the time, and don't even think to drop me email or ask me on IRC, I like surprises very much. git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1235 7f574dfc-610e-0410-a909-a81674777703 --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 2ad58f35..b1d9bc30 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -133,6 +133,7 @@ EXTRA_DIST = \ bmpx.c \ common.h \ freebsd.c \ + freebsd.h \ fs.h \ hddtemp.c \ hddtemp.h \