mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-7820 fix build system typo. Don't assign the same variable twice.
This commit is contained in:
@@ -6,7 +6,7 @@ check_PROGRAMS =
|
||||
|
||||
if HAVE_TAP
|
||||
TESTS += switch_event
|
||||
check_PROGRAMS = switch_event
|
||||
check_PROGRAMS += switch_event
|
||||
|
||||
switch_event_SOURCES = switch_event.c
|
||||
switch_event_CFLAGS = $(SWITCH_AM_CFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user