~ubuntu-branches/ubuntu/karmic/luatex/karmic

« back to all changes in this revision

Viewing changes to source/texk/web2c/libmd5/am/md5.am

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2009-05-29 04:44:18 UTC
  • mfrom: (1.1.6 upstream) (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090529044418-b4d230tscam6pgt3
Tags: 0.40.2-1ubuntu1
* Merge with Debian (LP: #381539). No changes remaining.
* debian/patches/ubuntu_libpoppler-0.11: fix a FTBFS because of unuseful
  call to GfxFont destructor (virtual and protected).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## texk/web2c/libmd5/am/md5.am: Makefile fragment for md5.
 
2
##
 
3
## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
 
4
## You may freely use, modify and/or distribute this file.
 
5
 
 
6
## libmd5
 
7
##
 
8
EXTRA_LIBRARIES += libmd5.a
 
9
 
 
10
libmd5_a_CPPFLAGS = -I$(srcdir)/libmd5
 
11
 
 
12
libmd5_a_SOURCES = libmd5/md5.c libmd5/md5.h
 
13
 
 
14
## Tests
 
15
##
 
16
check_PROGRAMS += md5main
 
17
EXTRA_DIST += libmd5/md5.test
 
18
 
 
19
TESTS += libmd5/md5.test
 
20
 
 
21
md5main_CPPFLAGS = -I$(srcdir)/libmd5
 
22
 
 
23
md5main_SOURCES = libmd5/md5main.c
 
24
 
 
25
md5main_LDADD = libmd5.a
 
26