~directhex/libubuntuone/mono_packaging

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Tarmac
  • Author(s): Rodrigo Moya
  • Date: 2010-02-10 16:20:22 UTC
  • mfrom: (29.1.1 remove-contacts-picker)
  • Revision ID: rodrigo@megeve-20100210162022-lk39ow0uvz8xfs9k
Remove contacts picker, now part of ubuntuone-client

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        -I$(top_srcdir)
4
4
 
5
5
noinst_PROGRAMS =               \
6
 
        test-contacts-picker    \
7
6
        test-music-store
8
7
 
9
 
test_contacts_picker_SOURCES = test-contacts-picker.c
10
 
test_contacts_picker_LDADD =                            \
11
 
        $(LIBUBUNTUONE_LIBS)                            \
12
 
        $(top_builddir)/libubuntuone/libubuntuone-1.0.la
13
 
 
14
8
test_music_store_SOURCES = test-music-store.c
15
9
test_music_store_LDADD =                                \
16
10
        $(LIBUBUNTUONE_LIBS)                            \