From: Michael Jerris Date: Mon, 20 Jul 2015 15:58:40 +0000 (-0400) Subject: fix automake warnings on tests/unit/Makefile.am X-Git-Tag: v1.6.2~267 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81ba61930ff5c678cd410cb866cdb484e1009e45;p=thirdparty%2Ffreeswitch.git fix automake warnings on tests/unit/Makefile.am --- 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