Blame lib/Makefile.am

Packit eba2e2
## Process this file with automake to produce Makefile.in
Packit eba2e2
Packit eba2e2
## Copyright (C) 2010-2017 Colin Watson.
Packit eba2e2
##
Packit eba2e2
## This file is part of libpipeline.
Packit eba2e2
##
Packit eba2e2
## libpipeline is free software; you can redistribute it and/or modify
Packit eba2e2
## it under the terms of the GNU General Public License as published by
Packit eba2e2
## the Free Software Foundation; either version 2 of the License, or (at
Packit eba2e2
## your option) any later version.
Packit eba2e2
##
Packit eba2e2
## libpipeline is distributed in the hope that it will be useful, but
Packit eba2e2
## WITHOUT ANY WARRANTY; without even the implied warranty of
Packit eba2e2
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit eba2e2
## General Public License for more details.
Packit eba2e2
##
Packit eba2e2
## You should have received a copy of the GNU General Public License
Packit eba2e2
## along with libpipeline; if not, write to the Free Software
Packit eba2e2
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
Packit eba2e2
## USA
Packit eba2e2
Packit eba2e2
lib_LTLIBRARIES = libpipeline.la
Packit eba2e2
Packit eba2e2
AM_CFLAGS = $(WARN_CFLAGS)
Packit eba2e2
Packit eba2e2
libpipeline_la_CPPFLAGS = \
Packit eba2e2
	-I$(top_srcdir)/gnulib/lib \
Packit eba2e2
	-I$(top_builddir)/gnulib/lib
Packit eba2e2
Packit eba2e2
libpipeline_la_SOURCES = \
Packit eba2e2
	appendstr.c \
Packit eba2e2
	debug.c \
Packit eba2e2
	pipeline.c \
Packit eba2e2
	pipeline-private.h
Packit eba2e2
Packit eba2e2
include_HEADERS = pipeline.h
Packit eba2e2
Packit eba2e2
libpipeline_la_LIBADD = ../gnulib/lib/libgnu.la $(LTLIBOBJS)
Packit eba2e2
Packit eba2e2
libpipeline_la_LDFLAGS = \
Packit eba2e2
	-export-symbols-regex '^(pipecmd|pipeline)_' \
Packit eba2e2
	-no-undefined \
Packit eba2e2
	-version-info 6:0:5
Packit eba2e2
Packit eba2e2
pkgconfigdir = $(libdir)/pkgconfig
Packit eba2e2
pkgconfig_DATA = libpipeline.pc