updated libi2ncommon and libt2n checks to make 'em optional.
[libasyncio] / Makefile.am
index 268086a..6b3a235 100644 (file)
@@ -1,6 +1,12 @@
 AUTOMAKE_OPTIONS = foreign 1.6
 ACLOCAL_AMFLAGS = -I m4macros
 
-SUBDIRS = utils asyncio glue_t2n unittest doc
+if HAVE_LIBT2N
+T2NDIRS = glue_t2n
+else
+T2NDIRS =
+endif
+
+SUBDIRS = utils asyncio $(T2NDIRS) unittest doc
 
 EXTRA_DIST = LICENSE