~bcurtiswx/ubuntu/precise/empathy/3.4.2.1-0ubuntu1

« back to all changes in this revision

Viewing changes to tests/interactive/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-03-05 15:14:36 UTC
  • mfrom: (1.1.87)
  • Revision ID: package-import@ubuntu.com-20120305151436-utnrdabb2ppp3kw1
Tags: 3.3.90.2-0ubuntu1
* New upstream release
* debian/control
  - added yelp-tools and libfarstream-0.1-dev build depends
  - bump build depends on libtelepathy-farstream-dev, and 
    libtelepathy-glib-dev
  - bumpded depends for telepathy-mission-control-5
  - removed telepathy-butterfly recommends, mission-control-5 ensures 
    telepathy-haze handles MSN now.
* debian/rules
  - enable empathy-av 

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
noinst_PROGRAMS =                       \
17
17
        empathy-logs                    \
18
 
        test-empathy-account-assistant \
19
18
        test-empathy-contact-blocking-dialog \
20
19
        test-empathy-presence-chooser   \
21
20
        test-empathy-status-preset-dialog \
27
26
test_empathy_presence_chooser_SOURCES = test-empathy-presence-chooser.c
28
27
test_empathy_status_preset_dialog_SOURCES = test-empathy-status-preset-dialog.c
29
28
test_empathy_protocol_chooser_SOURCES = test-empathy-protocol-chooser.c
30
 
test_empathy_account_assistant_SOURCES = test-empathy-account-assistant.c
31
29
test_empathy_account_chooser_SOURCES = test-empathy-account-chooser.c
32
 
 
33
 
test_empathy_account_assistant_CFLAGS = -I$(top_srcdir)/src
34
 
test_empathy_account_assistant_LDADD =                  \
35
 
        $(top_builddir)/src/empathy-account-assistant.lo        \
36
 
        $(top_builddir)/src/empathy-auto-salut-account-helper.lo        \
37
 
        $(top_builddir)/src/empathy-import-pidgin.lo    \
38
 
        $(top_builddir)/src/empathy-import-utils.lo     \
39
 
        $(top_builddir)/src/empathy-import-widget.lo    \
40
 
        $(LDADD)