resetting manifest requested domain to floor
[platform/upstream/libpipeline.git] / lib / libpipeline.pc.in
1 # Copyright (C) 2010 Colin Watson.
2 #
3 # This file is part of libpipeline.
4 #
5 # libpipeline is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or (at
8 # your option) any later version.
9 #
10 # libpipeline 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 # General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with libpipeline; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
18 # USA.
19
20 prefix=@prefix@
21 exec_prefix=@exec_prefix@
22 libdir=@libdir@
23 includedir=@includedir@
24
25 Name: @PACKAGE_NAME@
26 Description: Pipeline manipulation library
27 Version: @PACKAGE_VERSION@
28 URL: http://libpipeline.nongnu.org/
29 Libs: -L${libdir} -lpipeline
30 Cflags: -I${includedir}