]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7820 Fix build if you don't have libtap installed
authorWilliam King <william.king@quentustech.com>
Fri, 10 Jul 2015 19:22:32 +0000 (12:22 -0700)
committerWilliam King <william.king@quentustech.com>
Fri, 10 Jul 2015 19:22:32 +0000 (12:22 -0700)
tests/unit/Makefile.am

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