mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-11947: [Build-System] Do not install test binaries when doing make install.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user