~ubuntu-branches/ubuntu/vivid/ekiga/vivid-proposed

« back to all changes in this revision

Viewing changes to lib/engine/addressbook/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kilian Krause
  • Date: 2011-07-17 00:24:50 UTC
  • mfrom: (5.1.5 upstream) (7.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110717002450-ytg3wsrc1ptd3153
Tags: 3.3.1-1
* New upstream release.
 - Required libpt-dev 2.10 and libopal-dev 3.10
* Fix debian/watch to catch new version
* Remove libnotify0.7.patch - included upstream
* Add libboost-dev and libboost-signals-dev to Build-Depends
* debian/rules: Don't install *.la files for new internal shared libs
* Fix Vcs URIs to point to correct desktop/experimental/ekiga tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
if HAVE_EDS
2
 
EDS_DIR = evolution
3
 
endif
4
 
 
5
 
if HAVE_LDAP
6
 
LDAP_DIR = ldap
7
 
endif
8
 
 
9
 
SUBDIRS =               \
10
 
        skel            \
11
 
        call-history    \
12
 
        $(EDS_DIR)      \
13
 
        $(LDAP_DIR)