Make est-epsilon and gl-info the only programs in tests/ that are installed.
This commit is contained in:
parent
019b6d29fe
commit
8ac2dfc471
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
bin_PROGRAMS = est-epsilon gl-info test-gethostname test-mktime test-text \
|
||||
test-up
|
||||
bin_PROGRAMS = est-epsilon gl-info
|
||||
|
||||
noinst_PROGRAMS = test-gethostname test-mktime test-text test-up
|
||||
|
||||
est_epsilon_SOURCES = est-epsilon.c
|
||||
est_epsilon_LDADD = $(base_LIBS)
|
||||
|
|
Loading…
Reference in a new issue