~oif-team/geis/trunk

« back to all changes in this revision

Viewing changes to testsuite/check/Makefile.am

  • Committer: Stephen M. Webb
  • Date: 2010-11-10 14:15:35 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: stephen.webb@canonical.com-20101110141535-lxu8zj5eix9hcthy
Refactored public include sources for clarity.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  test_targets = 
10
10
endif
11
11
 
 
12
geis_impl = xcb
 
13
 
12
14
TESTS = $(test_targets)
13
15
 
14
16
check_PROGRAMS = $(test_targets)
19
21
 
20
22
check_geis_internals_CFLAGS = \
21
23
        -I$(top_srcdir) \
 
24
        -I$(top_srcdir)/include \
 
25
        -I$(top_srcdir)/libutouch-geis-$(geis_impl) \
22
26
        $(CHECK_CFLAGS)
23
27
 
24
28
check_geis_internals_LDADD = \