mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +00:00
fix automake warnings on tests/unit/Makefile.am
This commit is contained in:
parent
f1643364c4
commit
81ba61930f
@ -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
|
FSLD = $(top_builddir)/libfreeswitch.la $(top_builddir)/libs/apr/libapr-1.la $(top_builddir)/libs/apr-util/libaprutil-1.la
|
||||||
|
|
||||||
TESTS =
|
TESTS =
|
||||||
@ -22,7 +23,7 @@ switch_hash_LDADD = $(FSLD)
|
|||||||
switch_hash_LDFLAGS = $(SWITCH_AM_LDFLAGS) -ltap
|
switch_hash_LDFLAGS = $(SWITCH_AM_LDFLAGS) -ltap
|
||||||
|
|
||||||
else
|
else
|
||||||
check:
|
check: 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user