#
# Makefile for the Squid PAM authentication helper
#
-# $Id: Makefile.am,v 1.6 2003/08/03 08:09:07 robertc Exp $
+# $Id: Makefile.am,v 1.7 2003/08/03 20:38:02 robertc Exp $
#
# Uncomment and customize the following to suit your needs:
#
EXTRA_DIST = pam_auth.8
libexec_PROGRAMS = pam_auth
LDADD = -L$(top_builddir)/lib -lmiscutil -lpam $(XTRA_LIBS)
-
-install-exec-hook:
- chown root $(libexecdir)/pam_auth || true
- chmod u+s $(libexecdir)/pam_auth || true
#
# Makefile for the Squid PAM authentication helper
#
-# $Id: Makefile.in,v 1.45 2003/08/03 08:09:07 robertc Exp $
+# $Id: Makefile.in,v 1.46 2003/08/03 20:38:02 robertc Exp $
#
# Uncomment and customize the following to suit your needs:
#
install-data-am: install-man
install-exec-am: install-libexecPROGRAMS
- @$(NORMAL_INSTALL)
- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
install-info: install-info-am
ps ps-am tags uninstall uninstall-am uninstall-info-am \
uninstall-libexecPROGRAMS uninstall-man uninstall-man8
-
-install-exec-hook:
- chown root $(libexecdir)/pam_auth || true
- chmod u+s $(libexecdir)/pam_auth || true
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: