~indicator-network-developers/connman/trunk.packaging

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: David Barth
  • Date: 2010-05-31 16:22:50 UTC
  • Revision ID: david.barth@canonical.com-20100531162250-k1wsntygbzasahpf
re-add bootstrap rule

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
DEB_DH_MAKESHLIBS_ARGS_ALL := -X/usr/lib/connman/
23
23
 
 
24
pre-build:: bootstrap-stamp
 
25
 
 
26
bootstrap-stamp:
 
27
       @echo "autotools bootstrapping ...";
 
28
       ./bootstrap;
 
29
       touch $@