From: William King Date: Tue, 14 Jul 2015 19:34:05 +0000 (-0700) Subject: FS-7820 fix build system typo. Don't assign the same variable twice. X-Git-Tag: v1.6.2~286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ee97d6591577b88906116aac07597e28a8605c1;p=thirdparty%2Ffreeswitch.git FS-7820 fix build system typo. Don't assign the same variable twice. --- diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index bf7c56eb1e..f7c9207f4c 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -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)