summaryrefslogtreecommitdiff
path: root/scanpci/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* scanpci: print meaningful info on BASEROMHenry Zhao2012-10-211-1/+1
| | | | | Signed-off-by: Henry Zhao <henry.zhao@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: use LDADD to obtain appropriate dependenciesGaetan Nadon2010-10-151-1/+1
| | | | | | | | | | | In generated scanpci/Makefile, this line is added: scanpci_DEPENDENCIES = $(top_builddir)/src/libpciaccess.la If the content of the library changes, the tool will rebuild. When scanpci was in the same directory as the library, the .la file was used. This will also ensure the "installed" pciaccess library is not used. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: provide a makefile for scanpci dev toolGaetan Nadon2010-10-031-0/+29
No function changes. Note that automake generates a wrapper script if libpciaccess is not installed at configuration time, which is the most common case. If it is installed at configuration time, you get an executable. The makefile build order ensures the lib is build before scanpci. Reviewed-by: RĂ©mi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>