~oif-team/grail/trunk

« back to all changes in this revision

Viewing changes to test/regular/Makefile.am

  • Committer: Chase Douglas
  • Date: 2012-07-25 23:09:08 UTC
  • mfrom: (229.2.4 grail)
  • Revision ID: chase.douglas@canonical.com-20120725230908-1l25qh2ex2ueanqj
Merge in project rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
test_c_compile_SOURCES = test-c-compile.c
11
11
test_c_compile_LDADD = \
12
 
        $(top_builddir)/src/libutouch-grail.la \
 
12
        $(top_builddir)/src/libgrail.la \
13
13
        $(FRAME_LIBS) \
14
14
        $(MTDEV_LIBS)
15
15
test_c_compile_CFLAGS = \
17
17
 
18
18
test_cxx_compile_SOURCES = test-cxx-compile.cpp
19
19
test_cxx_compile_LDADD = \
20
 
        $(top_builddir)/src/libutouch-grail.la \
 
20
        $(top_builddir)/src/libgrail.la \
21
21
        $(FRAME_LIBS) \
22
22
        $(MTDEV_LIBS)
23
23
test_cxx_compile_CPPFLAGS = \
40
40
# internal symbols.
41
41
#
42
42
check_regular_LDADD = \
43
 
        $(top_builddir)/src/.libs/libutouch-grail.a \
 
43
        $(top_builddir)/src/.libs/libgrail.a \
44
44
        $(top_builddir)/test/gtest/libgtest_grail.a \
45
45
        $(COVERAGE_LIBS) \
46
46
        $(GTEST_LIBS)