mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
fix automake warnings on tests/unit/Makefile.am
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
FSLD = $(top_builddir)/libfreeswitch.la $(top_builddir)/libs/apr/libapr-1.la $(top_builddir)/libs/apr-util/libaprutil-1.la
|
||||
|
||||
TESTS =
|
||||
@@ -22,7 +23,7 @@ switch_hash_LDADD = $(FSLD)
|
||||
switch_hash_LDFLAGS = $(SWITCH_AM_LDFLAGS) -ltap
|
||||
|
||||
else
|
||||
check:
|
||||
check: error
|
||||
error:
|
||||
$(error You must install libtap-dev to build these unit tests)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user