~unico-team/unico/trunk

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Andrea Cimitan
  • Date: 2012-07-25 22:49:45 UTC
  • Revision ID: andrea.cimitan@canonical.com-20120725224945-6rmru56nk9jgvh65
Removing useless code to rely on gtk theming engine

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
EXTRA_DIST = \
2
 
        test-widgets.glade
3
 
 
4
 
noinst_PROGRAMS = \
5
 
        test-widgets
6
 
 
7
 
test_widgets_CFLAGS = \
8
 
        -I$(top_srcdir) \
9
 
        $(UNICO_CFLAGS)
10
 
 
11
 
test_widgets_LDADD = \
12
 
        $(UNICO_LIBADD)
13
 
 
14
 
test_widgets_LDFLAGS = \
15
 
        $(UNICO_LDFLAGS)
16
 
 
17
 
# FIXME(Cimi): Figure out what tests must be compiled and add them here.