aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
blob: eadfcd4cef375faf807b1b834b97e321068e520b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /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_BUILDDIR := build
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --enable-network-manager --with-libnotify

#post-patches::
#	cd build && ../autogen.sh
bgstack15