From: Alex Rousskov Date: Thu, 19 Feb 2009 06:38:40 +0000 (-0700) Subject: Added forgotten os/ header files in hope to make "make distcheck" work again. X-Git-Tag: SQUID_3_2_0_1~1185 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22968e37dc6c69d36abb00cb684517460d379b5d;p=thirdparty%2Fsquid.git Added forgotten os/ header files in hope to make "make distcheck" work again. --- diff --git a/compat/Makefile.am b/compat/Makefile.am index 9d144c5695..80ed9929a3 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -34,12 +34,14 @@ libcompat_la_SOURCES = \ valgrind.h \ \ os/aix.h \ + os/dragonfly.h \ os/freebsd.h \ os/hpux.h \ os/linux.h \ os/mswin.h \ os/next.h \ os/openbsd.h \ + os/os2.h \ os/qnx.h \ os/sgi.h \ os/solaris.h \