mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-14 11:06:36 +00:00
FS-7820 fix build system typo. Don't assign the same variable twice.
This commit is contained in:
parent
0b097dd597
commit
7ee97d6591
@ -6,7 +6,7 @@ check_PROGRAMS =
|
|||||||
|
|
||||||
if HAVE_TAP
|
if HAVE_TAP
|
||||||
TESTS += switch_event
|
TESTS += switch_event
|
||||||
check_PROGRAMS = switch_event
|
check_PROGRAMS += switch_event
|
||||||
|
|
||||||
switch_event_SOURCES = switch_event.c
|
switch_event_SOURCES = switch_event.c
|
||||||
switch_event_CFLAGS = $(SWITCH_AM_CFLAGS)
|
switch_event_CFLAGS = $(SWITCH_AM_CFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user