FS-11947: [Build-System] Do not install test binaries when doing make install.

This commit is contained in:
Andrey Volk
2019-07-23 19:34:21 +04:00
parent 4139c4cdf5
commit 9c8de649b3
7 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
bin_PROGRAMS = test_mod_lua
noinst_PROGRAMS = test_mod_lua
AM_CFLAGS = $(SWITCH_AM_CFLAGS)
AM_LDFLAGS = $(switch_builddir)/libfreeswitch.la -avoid-version -no-undefined $(SWITCH_AM_LDFLAGS)
TESTS = $(bin_PROGRAMS)
TESTS = $(noinst_PROGRAMS)