]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Various dist problems
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sun, 16 Nov 2008 04:24:43 +0000 (21:24 -0700)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sun, 16 Nov 2008 04:24:43 +0000 (21:24 -0700)
errors/Makefile.am
helpers/negotiate_auth/squid_kerb_auth/Makefile.am

index b90fe86f95c1c6a70d03c7ce2549564d1bb50a6e..5df896cac6be1f8319b3f601b1b852677128c48d 100644 (file)
@@ -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; \
index a89960a9c9e505f7202252e35a231a0063c7523a..71a95dbb834abe36e77fa7fda4aeb66e55a2db7f 100644 (file)
@@ -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