File: rules

package info (click to toggle)
libapache2-mod-authnz-pam 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: ansic: 315; sh: 155; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --with apache2

override_dh_auto_build:
	apxs -c -Wc,"-Wall -pedantic -std=c99" -lpam mod_authnz_pam.c

override_dh_auto_install:
	mkdir -p $(CURDIR)/debian/tmp/usr/lib/apache2/modules
	install -m 755 .libs/mod_authnz_pam.so \
		$(CURDIR)/debian/tmp/usr/lib/apache2/modules