From 81ba61930ff5c678cd410cb866cdb484e1009e45 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 20 Jul 2015 11:58:40 -0400 Subject: [PATCH] fix automake warnings on tests/unit/Makefile.am --- tests/unit/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index f7c9207f4c..d290dd506d 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -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