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
|
||||
TESTS += switch_event
|
||||
check_PROGRAMS = switch_event
|
||||
check_PROGRAMS += switch_event
|
||||
|
||||
switch_event_SOURCES = switch_event.c
|
||||
switch_event_CFLAGS = $(SWITCH_AM_CFLAGS)
|
||||
|
|
Loading…
Reference in New Issue