Blame scanpci/Makefile.am

Packit 7d1034
#
Packit 7d1034
# (C) Copyright IBM Corporation 2006
Packit 7d1034
# All Rights Reserved.
Packit 7d1034
#
Packit 7d1034
# Permission is hereby granted, free of charge, to any person obtaining a
Packit 7d1034
# copy of this software and associated documentation files (the "Software"),
Packit 7d1034
# to deal in the Software without restriction, including without limitation
Packit 7d1034
# on the rights to use, copy, modify, merge, publish, distribute, sub
Packit 7d1034
# license, and/or sell copies of the Software, and to permit persons to whom
Packit 7d1034
# the Software is furnished to do so, subject to the following conditions:
Packit 7d1034
#
Packit 7d1034
# The above copyright notice and this permission notice (including the next
Packit 7d1034
# paragraph) shall be included in all copies or substantial portions of the
Packit 7d1034
# Software.
Packit 7d1034
#
Packit 7d1034
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit 7d1034
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit 7d1034
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
Packit 7d1034
# IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Packit 7d1034
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
Packit 7d1034
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
Packit 7d1034
# DEALINGS IN THE SOFTWARE.
Packit 7d1034
Packit 7d1034
noinst_PROGRAMS = scanpci
Packit 7d1034
Packit 7d1034
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
Packit 7d1034
LDADD =  $(top_builddir)/src/libpciaccess.la
Packit 7d1034
Packit 7d1034
scanpci_SOURCES = scanpci.c