~ubuntu-branches/ubuntu/natty/ekiga/natty

« back to all changes in this revision

Viewing changes to lib/engine/account/skel/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-12-07 10:30:45 UTC
  • mfrom: (1.2.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20081207103045-iaurrjo4p7d1nngo
Tags: 3.0.1-1ubuntu1
* Merge to Debian experimental, to get Ekiga 3. (LP: #274085) Remaining
  Ubuntu changes:
  - Launchpad Integration: (Ubuntu specific)
    + debian/control.in: Add liblaunchpad-integration-dev build dependency.
    + Add ubuntu_lpi.patch: Call launchpad_integration_add_items() in main() and
      check for the launchpad-integration pkg-config module.
    + Add autoconf.patch: autoconf changes from above patch.
  - Add ubuntu_desktop-file-onlyshowin.patch: Show ekiga in Mobile, too.
    (Ubuntu specific).
  - debian/control.in: Add missing fdupes build dependency for identical
    GNOME help file symlinking. (Debian #505536)
* Drop 42_change_pixmaps.dpatch: Many of the old icons do not exist any
  more, some have been replaced, and keeping the remaining three would make
  them look very inconsistent.
* Convert our dpatches to quilt patches and rewrite them for new upstream
  version.
* Add migrate_2.0_settings.patch: Properly migrate settings from
  2.0. Taken from upstream SVN, thanks to Damien Sandras!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LTLIBRARIES = libaccount.la
 
2
 
 
3
account_dir = $(top_srcdir)/lib/engine/account/skel
 
4
 
 
5
AM_CPPFLAGS = $(SIGC_CFLAGS) $(GLIB_CFLAGS)
 
6
 
 
7
INCLUDES = \
 
8
        -I$(top_srcdir)/lib/gmconf                      \
 
9
        -I$(top_srcdir)/lib/engine/include              \
 
10
        -I$(top_srcdir)/lib/engine/framework
 
11
 
 
12
libaccount_la_SOURCES = \
 
13
        $(account_dir)/account.h                        \
 
14
        $(account_dir)/bank.h                           \
 
15
        $(account_dir)/bank-impl.h                      \
 
16
        $(account_dir)/account-core.h                   \
 
17
        $(account_dir)/account-core.cpp
 
18
 
 
19
libaccount_la_LDFLAGS = -export-dynamic -no-undefined $(SIGC_LIBS) $(GLIB_LIBS)