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

« back to all changes in this revision

Viewing changes to plugins/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
EVOLUTION_DIR = evolution
 
3
endif
 
4
 
 
5
if HAVE_GSTREAMER
 
6
GSTREAMER_DIR = gstreamer
 
7
endif
 
8
 
 
9
if HAVE_KAB
 
10
KAB_DIR = kab
 
11
endif
 
12
 
 
13
if HAVE_KDE
 
14
KDE_DIR = kde
 
15
endif
 
16
 
 
17
if HAVE_LDAP
 
18
LDAP_DIR = ldap
 
19
endif
 
20
 
 
21
if HAVE_LOUDMOUTH
 
22
LOUDMOUTH_DIR = loudmouth
 
23
endif
 
24
 
 
25
if HAVE_XCAP
 
26
XCAP_DIRS = xcap resource-list
 
27
endif
 
28
 
 
29
SUBDIRS = \
 
30
        $(EVOLUTION_DIR) \
 
31
        $(GSTREAMER_DIR) \
 
32
        $(KAB_DIR) \
 
33
        $(KDE_DIR) \
 
34
        $(LDAP_DIR) \
 
35
        $(LOUDMOUTH_DIR) \
 
36
        $(XCAP_DIRS)