aboutsummaryrefslogtreecommitdiffstats
path: root/packages/network-manager-strongswan/debian/rules
blob: 76a5ed48fb2d70ef1e5a69ff2ee1fc29cf802a3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
  
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

DEB_CONFIGURE_EXTRA_FLAGS := --with-charon=/usr/lib/strongswan/charon

makebuilddir/network-manager-vpnc:: debian/stamp-bootstrap

debian/stamp-bootstrap:
	NOCONFIGURE=1 ./autogen.sh
	touch debian/stamp-bootstrap

clean::
	[ ! -f Makefile ] || $(MAKE) clean