#!/usr/bin/make -f
# debian rules file for mod_removeip

%:
	dh $@ --with apache2

override_dh_auto_build:
	apxs2 -c apache2.0/mod_removeip.c
