aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
blob: 97773a770d75f676bd4eab58a2085dd60b30cea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /usr/bin/make -f

LDFLAGS += -Wl,--as-needed

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/cdbs/1/class/autotools.mk

DEB_DH_MAKESHLIBS_ARGS_ALL = --exclude=plugins

DEB_BUILDDIR := build
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr \
			     --enable-network-manager \
			     --with-libnotify \
			     --with-pam

binary-install/krb5-auth-dialog::
	rm debian//krb5-auth-dialog/usr/lib/krb5-auth-dialog/plugins/libka-plugin-*.*a
bgstack15