diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 407e901..cb5f463 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = vformat +noinst_PROGRAMS = vformat vformat_SOURCE = testsuppt.c vformat.c vformat_LDADD = ../src/.libs/libvformat.a testsuppt.o |