~ubuntu-branches/ubuntu/feisty/openbabel/feisty

« back to all changes in this revision

Viewing changes to src/math/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2006-05-14 19:46:01 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060514194601-h3j1wovvc42cigxl
Tags: 2.0.1-1
* New upstream release. (Closes: #341628)
* debian/patches/04_zipstream_fix.diff: Removed, applied upstream.
* debian/rules (DEB_MAKE_CHECK_TARGET): Readded.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
noinst_LTLIBRARIES = libmath.la
2
2
libmath_la_SOURCES = matrix3x3.cpp vector3.cpp
3
3
 
4
 
libmathincludedir = $(includedir)/openbabel/math
 
4
libmathincludedir = $(includedir)/openbabel-2.0/openbabel/math
5
5
libmathinclude_HEADERS = \
6
6
        matrix3x3.h vector3.h
7
7