commit | 3617406e5e22eed43c1adaad8769d6e89a6e1270 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Fri Jun 21 16:03:44 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Fri Jun 21 16:03:44 2013 -0700 |
tree | 89c4bc124d9402b5550e4d1e1345e6abe6b1da69 | |
parent | 3c9cb386a912a8fb54aa3be2b8faf58de00ea83b [diff] [blame] |
Enable make ndn-cpp.a
diff --git a/configure.ac b/configure.ac index 27b0154..648227a 100644 --- a/configure.ac +++ b/configure.ac
@@ -6,6 +6,7 @@ AC_CONFIG_HEADERS([config.h]) AC_PROG_CXX AC_LANG([C++]) +LT_INIT([enable-static disable-shared]) AX_CXX_COMPILE_STDCXX_11(, optional) AC_MSG_CHECKING([for std::shared_ptr])