~unico-team/unico/trunk

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Andrea Cimitan
  • Date: 2011-05-18 13:41:46 UTC
  • Revision ID: andrea.cimitan@canonical.com-20110518134146-hkkzkiiog89jff9o
Added test app

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SUBDIRS = \
2
2
        build \
3
 
        unico
 
3
        unico \
 
4
        tests
4
5
 
5
6
ACLOCAL_AMFLAGS = -I build
6
7