mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-16 15:04:46 +00:00
Do not install the abinilint program
This program is meant to be used by libabigail developers to debug its ini file parsing facilities. So there is no need to install. * tools/Makefile.am: Add abinilint to the noinst_PROGRAMS primary. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
3d969dbe05
commit
527d7ab218
@ -3,10 +3,10 @@ h=$(abs_srcdir)
|
||||
if ENABLE_ZIP_ARCHIVE
|
||||
bin_PROGRAMS = abiar abidiff abilint abidw abicompat
|
||||
else
|
||||
bin_PROGRAMS = abidiff abilint abidw abinilint abicompat
|
||||
bin_PROGRAMS = abidiff abilint abidw abicompat
|
||||
endif
|
||||
|
||||
noinst_PROGRAMS = abisym
|
||||
noinst_PROGRAMS = abisym abinilint
|
||||
|
||||
if ENABLE_ZIP_ARCHIVE
|
||||
abiar_SOURCES = abiar.cc
|
||||
|
Loading…
Reference in New Issue
Block a user