summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Nita <marius@cs.pdx.edu>2002-11-01 03:33:33 +0000
committerMarius Nita <marius@cs.pdx.edu>2002-11-01 03:33:33 +0000
commitbca71305271412280e963bf6eb09c31ce83fc765 (patch)
treec2b7ec0ce1703588a5c4511047c93c2ffe9e8dfb
parent35462479fcb29469a5dda95c14cfdf0c425a83d3 (diff)
toolkit addition
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8f198923..3b4a21d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_LANG(C++)
AC_PROG_CC
AC_PROG_CXX
AC_PROG_INSTALL
-dnl AC_PROG_LIBTOOL dont need this until we're doing plugins/engines
+AC_PROG_LIBTOOL
AC_CHECK_PROGS(regex_cmd, sed)
if test x$regex_cmd = "x"; then
@@ -169,6 +169,7 @@ AM_CONFIG_HEADER(config.h)
AC_OUTPUT(
version.h
Makefile
+ otk/Makefile
src/Makefile
util/Makefile
util/epist/Makefile