~ubuntuone-control-tower/libubuntuone/stable-3-0

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Rodrigo Moya
  • Date: 2009-11-26 12:12:21 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: rodrigo.moya@canonical.com-20091126121221-gxi028cd7px0eomq
Basic structure of the music store widget

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES =                      \
 
2
        $(LIBUBUNTUONE_CFLAGS)  \
 
3
        -I$(top_srcdir)
 
4
 
 
5
noinst_PROGRAMS =       \
 
6
        test-music-store
 
7
 
 
8
test_music_store_SOURCES = test-music-store.c
 
9
test_music_store_LDADD =                                \
 
10
        $(LIBUBUNTUONE_LIBS)                            \
 
11
        $(top_builddir)/libubuntuone/libubuntuone.la