FS-7820 fix build system typo. Don't assign the same variable twice.

This commit is contained in:
William King 2015-07-14 12:34:05 -07:00
parent 0b097dd597
commit 7ee97d6591
1 changed files with 1 additions and 1 deletions

View File

@ -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)