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

« back to all changes in this revision

Viewing changes to plugins/ldap/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
plugin_LTLIBRARIES = libgmldap.la
 
2
 
 
3
ldap_dir = $(top_srcdir)/plugins/ldap
 
4
 
 
5
AM_CPPFLAGS = $(LDAP_CFLAGS) $(BOOST_CPPFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS)
 
6
 
 
7
INCLUDES = \
 
8
        -I$(top_srcdir)/lib/gmconf                      \
 
9
        -I$(top_srcdir)/lib/engine/framework            \
 
10
        -I$(top_srcdir)/lib/engine/addressbook
 
11
 
 
12
libgmldap_la_SOURCES = \
 
13
        $(ldap_dir)/ldap-contact.h      \
 
14
        $(ldap_dir)/ldap-contact.cpp    \
 
15
        $(ldap_dir)/ldap-book.h         \
 
16
        $(ldap_dir)/ldap-book.cpp       \
 
17
        $(ldap_dir)/ldap-source.h       \
 
18
        $(ldap_dir)/ldap-source.cpp     \
 
19
        $(ldap_dir)/ldap-main.h         \
 
20
        $(ldap_dir)/ldap-main.cpp
 
21
 
 
22
libgmldap_la_LDFLAGS = $(PLUGINS_LIBTOOL_FLAGS)
 
23
libgmldap_la_LIBADD = \
 
24
        $(top_builddir)/lib/libekiga.la \
 
25
        $(LDAP_LIBS) $(BOOST_LDFLAGS) $(BOOST_LIBS) $(GLIB_LIBS) $(XML_LIBS)