diff options
Diffstat (limited to 'tests/kmstest')
-rw-r--r-- | tests/kmstest/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/kmstest/Makefile.am b/tests/kmstest/Makefile.am index ae562a10..7903a267 100644 --- a/tests/kmstest/Makefile.am +++ b/tests/kmstest/Makefile.am @@ -3,8 +3,13 @@ AM_CFLAGS = \ -I$(top_srcdir)/libkms/ \ -I$(top_srcdir) +if HAVE_INSTALL_TESTS +bin_PROGRAMS = \ + kmstest +else noinst_PROGRAMS = \ kmstest +endif kmstest_SOURCES = \ main.c |