FS-7820 Fix build if you don't have libtap installed

This commit is contained in:
William King 2015-07-10 12:22:32 -07:00
parent f7f5c7587f
commit 818d1b24bf
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ event_create_LDFLAGS = $(SWITCH_AM_LDFLAGS) -ltap
else else
install: error check:
all: error
error: error:
$(error You must install libtap-dev to build these unit tests) $(error You must install libtap-dev to build these unit tests)
endif endif