diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2018-11-28 17:52:00 +0100 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2018-11-28 21:17:38 +0100 |
commit | 398cfdd6a472ef89e096820a5f6e32b7015647bb (patch) | |
tree | db456426d0dbe3108cb67b5df9da1d2ff79ae7d2 /ext/Makefile.am | |
parent | [#293,!145] ext/coroutine/Makefile added in configure.ac (diff) | |
download | kea-398cfdd6a472ef89e096820a5f6e32b7015647bb.tar.xz kea-398cfdd6a472ef89e096820a5f6e32b7015647bb.zip |
[#293,!45] Add coroutine.hpp back to the kea sources
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index b2685166c6..6cfbdee32f 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = . +SUBDIRS = coroutine if HAVE_GTEST_SOURCE SUBDIRS += gtest |