]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix automake warnings on tests/unit/Makefile.am
authorMichael Jerris <mike@jerris.com>
Mon, 20 Jul 2015 15:58:40 +0000 (11:58 -0400)
committerMichael Jerris <mike@jerris.com>
Mon, 20 Jul 2015 15:58:40 +0000 (11:58 -0400)
tests/unit/Makefile.am

index f7c9207f4c00fe1f8d286767152a0446f47d1b59..d290dd506d19dd3bbee4217f07690df08e502a96 100644 (file)
@@ -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