We continue our good old tradition of breaking FreeBSD
authorRoman Bogorodskiy <mirrorbox@users.sourceforge.net>
Thu, 7 Aug 2008 06:07:50 +0000 (06:07 +0000)
committerRoman Bogorodskiy <mirrorbox@users.sourceforge.net>
Thu, 7 Aug 2008 06:07:50 +0000 (06:07 +0000)
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

index 2ad58f3..b1d9bc3 100644 (file)
@@ -133,6 +133,7 @@ EXTRA_DIST =                        \
        bmpx.c                  \
        common.h                \
        freebsd.c               \
+       freebsd.h               \
        fs.h                    \
        hddtemp.c               \
        hddtemp.h               \