From: Simon Marlow Date: Tue, 30 May 2006 07:07:21 +0000 (+0000) Subject: add time subdir X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6b36d8ad3bfd1890583f3bcab96559f05bff332b add time subdir --- diff --git a/libraries/configure.ac b/libraries/configure.ac index 0759945..fe6cc33 100644 --- a/libraries/configure.ac +++ b/libraries/configure.ac @@ -2,6 +2,6 @@ AC_INIT([Haskell hierarchical libraries], [1.0], [libraries@haskell.org], [libraries]) AC_CONFIG_SRCDIR([libraries-footer.txt]) -AC_CONFIG_SUBDIRS([base network unix X11 HGL OpenGL GLUT OpenAL ALUT]) +AC_CONFIG_SUBDIRS([base network unix X11 HGL OpenGL GLUT OpenAL ALUT time]) AC_OUTPUT