~ubuntu-branches/ubuntu/trusty/judy/trusty

« back to all changes in this revision

Viewing changes to src/obj/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Troy Heber
  • Date: 2005-03-22 06:55:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050322065553-syjpkd48r4re18dn
Tags: 1.0.1-5

* Moving LGPL link in copyright back to LGPL-2.1
* Cleanup of debian/rules: removed explicit refs to 32-bit archs, removed
  unnecessary nostrip, using --man dir to install man pages, moving from
  dh_movefiles to dh_install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AM_CFLAGS = @WARN_CFLAGS@
 
2
 
 
3
CLEANFILES = libJudy.la
 
4
 
 
5
include_HEADERS = ../Judy.h
 
6
 
 
7
lib_LTLIBRARIES = libJudy.la
 
8
 
 
9
libJudy_la_SOURCES =
 
10
 
 
11
libJudy_la_LIBADD = ../JudyCommon/*.lo ../JudyL/*.lo ../Judy1/*.lo ../JudyHS/*.lo ../JudySL/*.lo 
 
12
 
 
13
libJudy_la_LDFLAGS = @VERSION_INFO@