From: Amos Jeffries Date: Sun, 16 Nov 2008 04:24:43 +0000 (-0700) Subject: Various dist problems X-Git-Tag: SQUID_3_2_0_1~1327 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d282234ea7fc85c509da59b99357c97ddf9bbd3;p=thirdparty%2Fsquid.git Various dist problems --- diff --git a/errors/Makefile.am b/errors/Makefile.am index b90fe86f95..5df896cac6 100644 --- a/errors/Makefile.am +++ b/errors/Makefile.am @@ -144,7 +144,7 @@ dist-hook: cp $(srcdir)/errorpage.css $(distdir)/errorpage.css translate: - @ if test "$(PO2HTML)" != "" ; then \ + @ if test "$(PO2HTML)" != "" && test "$(PO2HTML)" != "no"; then \ for lang in $(TRANSLATIONS); do \ test -d $$lang && rm -r $$lang; \ mkdir $$lang; \ diff --git a/helpers/negotiate_auth/squid_kerb_auth/Makefile.am b/helpers/negotiate_auth/squid_kerb_auth/Makefile.am index a89960a9c9..71a95dbb83 100644 --- a/helpers/negotiate_auth/squid_kerb_auth/Makefile.am +++ b/helpers/negotiate_auth/squid_kerb_auth/Makefile.am @@ -29,6 +29,8 @@ squid_kerb_auth_LDFLAGS = squid_kerb_auth_LDADD = squid_kerb_auth_test_LDFLAGS = squid_kerb_auth_test_LDADD = +negotiate_kerb_auth_SOURCES = +negotiate_kerb_auth_test_SOURCES = negotiate_kerb_auth: squid_kerb_auth cp squid_kerb_auth negotiate_kerb_auth