remove -Werror from automake
[platform/upstream/libtasn1.git] / lib / libtasn1.pc.in
1 # Copyright (C) 2005-2014 Free Software Foundation, Inc.
2 #
3 # This file is part of LIBTASN1.
4 #
5 # The LIBTASN1 library is free software; you can redistribute it
6 # and/or modify it under the terms of the GNU Lesser General Public
7 # License as published by the Free Software Foundation; either
8 # version 2.1 of the License, or (at your option) any later version.
9 #
10 # This library is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 # 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 library; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18 # 02110-1301, USA
19
20 prefix=@prefix@
21 exec_prefix=@exec_prefix@
22 libdir=@libdir@
23 includedir=@includedir@
24
25 Name: libtasn1
26 Description: Library for ASN.1 and DER manipulation
27 URL: http://www.gnu.org/software/libtasn1/
28 Version: @VERSION@
29 Libs: -L${libdir} -ltasn1
30 Cflags: -I${includedir}