~ubuntu-branches/ubuntu/utopic/clipper/utopic

« back to all changes in this revision

Viewing changes to debian/patches/mmdb_makefile.am.patch

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2010-11-22 11:11:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101122111153-dotvmo302k1ns9h2
Tags: 2.1+20100511-0ubuntu1
* New upstream version
* Use source package format 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Examples need mmdb bindings
 
2
 The examples directory fails to build unless libclipper-mmdb is included.
 
3
Author: Morten Kjeldgaard <mok0@ubuntu.com>
 
4
Last-Update: 2010-11-22
 
5
 
 
6
--- clipper.orig/examples/Makefile.am
 
7
+++ clipper/examples/Makefile.am
 
8
@@ -38,6 +38,7 @@
 
9
       $(top_builddir)/clipper/cns/libclipper-cns.la \
 
10
       $(top_builddir)/clipper/cif/libclipper-cif.la \
 
11
       $(top_builddir)/clipper/minimol/libclipper-minimol.la \
 
12
+      $(top_builddir)/clipper/mmdb/libclipper-mmdb.la \
 
13
       $(top_builddir)/clipper/core/libclipper-core.la \
 
14
       -lpthread
 
15