~bregma/geis/lp-997630

« back to all changes in this revision

Viewing changes to libgeis/backend/test_fixture/Makefile.am

  • Committer: Chase Douglas
  • Date: 2012-07-25 23:33:28 UTC
  • mfrom: (274.3.4 geis)
  • Revision ID: chase.douglas@canonical.com-20120725233328-tc5tcwy8i84noqqw
Merge in project rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# @file libutouch-geis/backend/test_fixture/Makefile.am
 
2
# @file libgeis/backend/test_fixture/Makefile.am
3
3
#
4
4
# Build recipes for the test fixture back end.
5
5
#
6
6
 
7
 
noinst_LTLIBRARIES = libutouch-geis-test-fixture.la
 
7
noinst_LTLIBRARIES = libgeis-test-fixture.la
8
8
 
9
 
libutouch_geis_test_fixture_la_SOURCES = \
 
9
libgeis_test_fixture_la_SOURCES = \
10
10
        geis_backend_test_fixture.c
11
11
 
12
 
libutouch_geis_test_fixture_la_CPPFLAGS = \
 
12
libgeis_test_fixture_la_CPPFLAGS = \
13
13
        -I$(top_srcdir) \
14
14
        -I$(top_srcdir)/include \
15
 
        -I$(top_srcdir)/libutouch-geis \
 
15
        -I$(top_srcdir)/libgeis \
16
16
        -I$(top_srcdir)/libs/geis-util
17
17
 
18
 
libutouch_geis_test_fixture_la_LDFLAGS = 
 
18
libgeis_test_fixture_la_LDFLAGS = 
19
19
 
20
 
libutouch_geis_test_fixture_la_LIBADD = 
 
20
libgeis_test_fixture_la_LIBADD = 
21
21