~ubuntu-branches/ubuntu/raring/libgcrypt11/raring

« back to all changes in this revision

Viewing changes to w32-dll/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2008-07-02 18:32:45 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080702183245-b1p9zumbhmq9wk4g
Tags: 1.4.1-1ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - Add libgcrypt11-udeb package.
  - Add clean-la.mk, and add a symlink for the .la
* Ubuntu changes dropped:
  - Build-Depends changes.
  - Drop patch 20_socket_nsl_linkage.diff, basically applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2002 Free Software Foundation, Inc.
2
 
#
3
 
# This file is part of Libgcrypt.
4
 
#
5
 
# Libgcrypt is free software; you can redistribute it and/or modify
6
 
# it under the terms of the GNU Lesser General Public License as
7
 
# published by the Free Software Foundation; either version 2.1 of
8
 
# the License, or (at your option) any later version.
9
 
#
10
 
# Libgcrypt is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 
# GNU Lesser General Public License for more details.
14
 
#
15
 
# You should have received a copy of the GNU Lesser General Public
16
 
# License along with this program; if not, write to the Free Software
17
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
18
 
 
19
 
BUILT_SOURCES = libgcrypt.dll
20
 
 
21
 
libgcrypt.dll:
22
 
        ./build-dll
23
 
 
24
 
 
25
 
 
26
 
 
27