提交 7ee97d65 authored 作者: William King's avatar William King

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

上级 0b097dd5
...@@ -6,7 +6,7 @@ check_PROGRAMS = ...@@ -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)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论