aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
blob: a88e7e22fef583a90d5eb43427b92177260cf9b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk

DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
LDFLAGS += -Wl,-z,defs -Wl,--as-needed

binary-post-install/indicator-application::
	find debian/tmp/usr/lib -name \*.la -exec rm {} \;
	find debian/tmp/usr/lib -name \*.a -exec rm {} \;