Update changelog for 1.0.1
[conv-inbox] / debian / rules
1 #!/usr/bin/make -f
2
3 include /usr/share/cdbs/1/rules/debhelper.mk
4 include /usr/share/cdbs/1/class/autotools.mk
5
6 DEB_DH_INSTALL_SOURCEDIR=debian/tmp
7 DEB_DESTDIR=$(CURDIR)/debian/tmp
8
9 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
10         DEB_CONFIGURE_EXTRA_FLAGS += --enable-debug
11 endif
12
13 # Use soft-float and thumb mode if it enabled.
14 ifneq (,$(findstring thumb,$(DEB_BUILD_OPTIONS)))
15         CFLAGS += -mthumb
16 endif
17
18 makebuilddir/conversations-inbox-widget::
19         autoreconf -v -i