~ubuntu-branches/ubuntu/trusty/geis/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Chase Douglas
  • Date: 2012-07-30 08:51:42 UTC
  • Revision ID: package-import@ubuntu.com-20120730085142-jrc33ygjvt0ob1wl
Tags: upstream-2.2.11
ImportĀ upstreamĀ versionĀ 2.2.11

Show diffs side-by-side

added added

removed removed

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