Blame bsdiff/Makefile-bsdiff.am

rpm-build 0fba15
# Copyright (C) 2015 Giuseppe Scrivano <gscrivan@redhat.com>
rpm-build 0fba15
#
rpm-build 0fba15
# Redistribution and use in source and binary forms, with or without
rpm-build 0fba15
# modification, are permitted providing that the following conditions 
rpm-build 0fba15
# are met:
rpm-build 0fba15
# 1. Redistributions of source code must retain the above copyright
rpm-build 0fba15
#    notice, this list of conditions and the following disclaimer.
rpm-build 0fba15
# 2. Redistributions in binary form must reproduce the above copyright
rpm-build 0fba15
#    notice, this list of conditions and the following disclaimer in the
rpm-build 0fba15
#    documentation and/or other materials provided with the distribution.
rpm-build 0fba15
#
rpm-build 0fba15
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
rpm-build 0fba15
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
rpm-build 0fba15
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
rpm-build 0fba15
# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
rpm-build 0fba15
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
rpm-build 0fba15
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
rpm-build 0fba15
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
rpm-build 0fba15
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
rpm-build 0fba15
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
rpm-build 0fba15
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
rpm-build 0fba15
# POSSIBILITY OF SUCH DAMAGE.
rpm-build 0fba15
#
rpm-build 0fba15
rpm-build 0fba15
EXTRA_DIST += $(libbsdiff_srcpath)/bsdiff.h $(libbsdiff_srcpath)/bspatch.h $(libbsdiff_srcpath)/LICENSE $(libbsdiff_srcpath)/README.md
rpm-build 0fba15
rpm-build 0fba15
libbsdiff_la_SOURCES = \
rpm-build 0fba15
	$(libbsdiff_srcpath)/bsdiff.c \
rpm-build 0fba15
	$(libbsdiff_srcpath)/bspatch.c \
rpm-build 0fba15
	$(NULL)
rpm-build 0fba15
rpm-build 0fba15
libbsdiff_la_CFLAGS = $(AM_CFLAGS)