]> arthur.barton.de Git - netatalk.git/commitdiff
Workaround for old automake bug
authorFrank Lahm <franklahm@googlemail.com>
Fri, 8 Jul 2011 09:58:49 +0000 (11:58 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Fri, 8 Jul 2011 09:58:49 +0000 (11:58 +0200)
config/pam/Makefile.am

index fd96fccf1026171dafc34aafcefed5b9214ea947..e01d784c675d54261bdba14f05a5d0321d21c7ad 100644 (file)
@@ -31,4 +31,7 @@ uninstall-local:
                echo rm -f $(DESTDIR)$(pkgconfdir)/$$f; \
                rm -f $(DESTDIR)$(pkgconfdir)/$$f; \
        done
                echo rm -f $(DESTDIR)$(pkgconfdir)/$$f; \
                rm -f $(DESTDIR)$(pkgconfdir)/$$f; \
        done
+else
+install-data-local:
+uninstall-local:
 endif
 endif