~ubuntu-branches/ubuntu/saucy/openexr/saucy

« back to all changes in this revision

Viewing changes to Iex/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Adeodato Simó
  • Date: 2008-03-24 23:00:21 UTC
  • mfrom: (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080324230021-gnofz9mnvcj1xlv3
Tags: 1.6.1-3
Disable (hopefully temporarily) the test suite on arm and ia64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Process this file with automake to produce Makefile.in
2
 
 
3
 
lib_LTLIBRARIES = libIex.la
4
 
 
5
 
libIex_la_SOURCES = IexThrowErrnoExc.cpp IexBaseExc.cpp IexBaseExc.h \
6
 
                    IexErrnoExc.h Iex.h IexMacros.h IexMathExc.h \
7
 
                    IexThrowErrnoExc.h
8
 
 
9
 
libIex_la_LDFLAGS = -version-info @LIBTOOL_VERSION@
10
 
 
11
 
libIexincludedir = $(includedir)/OpenEXR
12
 
 
13
 
libIexinclude_HEADERS = IexBaseExc.h IexMathExc.h IexThrowErrnoExc.h \
14
 
                        IexErrnoExc.h IexMacros.h Iex.h