Blame src/plugins/usb/Makefile.am

Packit Service ed0f68
 #
Packit Service ed0f68
 # Copyright (c) 2015 American Megatrends, Inc.
Packit Service ed0f68
 # All rights reserved.
Packit Service ed0f68
 #
Packit Service ed0f68
 # Redistribution and use in source and binary forms, with or without
Packit Service ed0f68
 # modification,are permitted provided that the following conditions are met:
Packit Service ed0f68
 #
Packit Service ed0f68
 # 1. Redistributions of source code must retain the above copyright notice,
Packit Service ed0f68
 #    this list of conditions and the following disclaimer.
Packit Service ed0f68
 #
Packit Service ed0f68
 # 2. Redistributions in binary form must reproduce the above copyright notice,
Packit Service ed0f68
 #    this list of conditions and the following disclaimer in the documentation
Packit Service ed0f68
 #    and/or other materials provided with the distribution.
Packit Service ed0f68
 #
Packit Service ed0f68
 # 3. Neither the name of the copyright holder nor the names of its contributors
Packit Service ed0f68
 #    may be used to endorse or promote products derived from this software
Packit Service ed0f68
 #    without specific prior written permission.
Packit Service ed0f68
 #
Packit Service ed0f68
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Packit Service ed0f68
 # AND ANY EXPRESS OR IMPLIED WARRANTIES,INCLUDING, BUT NOT LIMITED TO, THE
Packit Service ed0f68
 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Packit Service ed0f68
 # ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
Packit Service ed0f68
 # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
Packit Service ed0f68
 # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
Packit Service ed0f68
 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
Packit Service ed0f68
 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
Packit Service ed0f68
 # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
Packit Service ed0f68
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
Packit Service ed0f68
 # POSSIBILITY OF SUCH DAMAGE.
Packit Service ed0f68
 #
Packit Service ed0f68
Packit Service ed0f68
MAINTAINERCLEANFILES	= Makefile.in
Packit Service ed0f68
Packit Service ed0f68
AM_CPPFLAGS		= -I$(top_srcdir)/include
Packit Service ed0f68
Packit Service ed0f68
EXTRA_LTLIBRARIES	= libintf_usb.la
Packit Service ed0f68
noinst_LTLIBRARIES	= @INTF_USB_LIB@
Packit Service ed0f68
libintf_usb_la_LIBADD	= $(top_builddir)/lib/libipmitool.la
Packit Service ed0f68
libintf_usb_la_SOURCES	= usb.c
Packit Service ed0f68