diff options
author | Martin Szulecki | 2013-02-10 21:29:16 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-02-10 21:29:16 +0100 |
commit | 11a856070d61c4adb892ebc4310145187acd31f2 (patch) | |
tree | f97d696a03b3b645b83504762a8b392ed4a2179b /test | |
parent | 1ba437876afd9d9db53d5c2232e733fc36502020 (diff) | |
download | libvformat-11a856070d61c4adb892ebc4310145187acd31f2.tar.gz libvformat-11a856070d61c4adb892ebc4310145187acd31f2.tar.bz2 |
Do not install vformat test program
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 |