resetting manifest requested domain to floor
[platform/upstream/libpipeline.git] / lib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 ## Copyright (C) 2010 Colin Watson.
4 ##
5 ## This file is part of libpipeline.
6 ##
7 ## libpipeline is free software; you can redistribute it and/or modify
8 ## it under the terms of the GNU General Public License as published by
9 ## the Free Software Foundation; either version 2 of the License, or (at
10 ## your option) any later version.
11 ##
12 ## libpipeline is distributed in the hope that it will be useful, but
13 ## WITHOUT ANY WARRANTY; without even the implied warranty of
14 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 ## General Public License for more details.
16 ##
17 ## You should have received a copy of the GNU General Public License
18 ## along with libpipeline; if not, write to the Free Software
19 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
20 ## USA
21
22 lib_LTLIBRARIES = libpipeline.la
23
24 libpipeline_la_CPPFLAGS = \
25         -I$(top_srcdir)/gnulib/lib \
26         -I$(top_builddir)/gnulib/lib
27
28 libpipeline_la_SOURCES = \
29         appendstr.c \
30         debug.c \
31         pipeline.c \
32         pipeline-private.h
33
34 include_HEADERS = pipeline.h
35
36 libpipeline_la_LIBADD = ../gnulib/lib/libgnu.la $(LTLIBOBJS)
37
38 libpipeline_la_LDFLAGS = \
39         -export-symbols-regex '^(pipecmd|pipeline)_' \
40         -version-info 3:2:2
41
42 pkgconfigdir = $(libdir)/pkgconfig
43 pkgconfig_DATA = libpipeline.pc