~ubuntu-branches/debian/stretch/openbabel/stretch

« back to all changes in this revision

Viewing changes to src/formats/inchi102/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale)
  • Date: 2009-07-17 00:18:06 UTC
  • mfrom: (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090717001806-sy3mzs3e1d1adbs9
Tags: 2.2.2-2
* debian/control (Uploaders): Removed LI Daobing. Thanks for your work!
  (Standards-Version): Bumped to 3.8.2.
  (Vcs-Svn): Fixed vcs-field-uses-not-recommended-uri-format.
* debian/patches/537102_fix_tr1_memory_detection.patch: Added.
  - configure.in, configure, src/config.h.in: Fix detection of tr1/memory to
    prevent building the package with boost (closes: #537102).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXTRA_DIST = CMakeLists.txt
 
2
INCLUDES = -I$(top_srcdir)/include/inchi102
 
3
 
 
4
noinst_LTLIBRARIES = libinchi.la
 
5
 
 
6
libinchi_la_SOURCES = \
 
7
  ichi_bns.c ichi_io.c ichican2.c ichicano.c ichicans.c \
 
8
  ichiisot.c ichilnct.c ichimak2.c ichimake.c ichimap1.c \
 
9
  ichimap2.c ichimap4.c ichinorm.c ichiparm.c ichiprt1.c \
 
10
  ichiprt2.c ichiprt3.c ichiqueu.c ichiread.c ichiring.c \
 
11
  ichirvr1.c ichirvr2.c ichirvr3.c ichirvr4.c ichirvr5.c \
 
12
  ichirvr6.c ichirvr7.c ichisort.c ichister.c ichitaut.c \
 
13
  ikey_base26.c ikey_dll.c inchi_dll.c inchi_dll_a.c \
 
14
        inchi_dll_a2.c inchi_dll_main.c runichi.c sha2.c \
 
15
        strutil.c util.c
 
 
b'\\ No newline at end of file'