|
@@ -3,6 +3,10 @@ SUBDIRS = .
|
|
|
AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
|
|
|
AM_CPPFLAGS += $(BOOST_INCLUDES)
|
|
|
AM_CPPFLAGS += -DTEST_DATA_BUILDDIR=\"$(abs_builddir)\"
|
|
|
+# XXX: we'll pollute the top builddir for creating a temporary test file
|
|
|
+# used to bind a UNIX domain socket so we can minimize the risk of exceeding
|
|
|
+# the limit of file name path size.
|
|
|
+AM_CPPFLAGS += -DTEST_DATA_TOPBUILDDIR=\"$(abs_top_builddir)\"
|
|
|
AM_CXXFLAGS = $(B10_CXXFLAGS)
|
|
|
|
|
|
if USE_STATIC_LINK
|