From 7bbd39e0da04cee932f4afe6a4c85ebb78f39a81 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 25 Oct 2017 20:02:28 +0300 Subject: Add configure options for build with system catch and doctest. --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7f22f0507..1b7ccd77f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,6 +37,9 @@ endif if ENABLE_UNITTESTSBIN_DOCTEST manaplustests_CXXFLAGS += -DUNITTESTS_DOCTEST endif +if ENABLE_UNITTESTS_EMBED +manaplustests_CXXFLAGS += -DUNITTESTS_EMBED +endif dyecmd_CXXFLAGS = -DPKG_DATADIR=\""$(pkgdatadir)/"\" \ -DLOCALEDIR=\""$(localedir)"\" \ -- cgit v1.2.3-60-g2f50