~ubuntu-branches/ubuntu/precise/yazpp/precise

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-09-06 18:11:08 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080906181108-6u1s0fihq1qi1fgt
Tags: 1.1.1-0ubuntu1
* New upstream release.
* New SONAME, adjust binary packages accordingly.
* Adjust (build-)dependencies for the yaz transition.
* Adhere to Homepage field.
* Bump Standards-Version to 3.8.0.
* Replace ${Source-Version} with ${binary:Version}.
* Copyright informations updated to reflect new license.
* Remove get-orig-source target in debian/rules, no longer needed.
* Add watch file.
* Feature Freeze granted as per LP: #267187.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## $Id: Makefile.am,v 1.32 2006/04/20 11:26:34 adam Exp $
2
1
 
3
2
check_PROGRAMS = tstquery
4
3
noinst_PROGRAMS = yaz-my-server yaz-my-client
9
8
AM_CXXFLAGS = -I$(srcdir)/../include $(YAZINC)
10
9
 
11
10
lib_LTLIBRARIES = libyazpp.la
12
 
libyazpp_la_LDFLAGS=-version-info 1:0:0
 
11
libyazpp_la_LDFLAGS=-version-info 3:0:0
13
12
 
14
13
DISTCLEANFILES = yazpp-config
15
14