X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2Fconfigure.ac;h=d4b02299bd34b137c964d3ceadab7611d7d72002;hb=3548802de235eca280982270463db84910ee3748;hp=4c4934cfddb197edb0673d244358e5fafdda7460;hpb=63765a63618dba68dcdace4d9e9e42b601c0e9f3;p=ghc-hetmet.git diff --git a/libraries/configure.ac b/libraries/configure.ac index 4c4934c..d4b0229 100644 --- a/libraries/configure.ac +++ b/libraries/configure.ac @@ -14,6 +14,9 @@ fi if test -d X11; then AC_CONFIG_SUBDIRS(X11) fi +if test -d Win32; then + AC_CONFIG_SUBDIRS(Win32) +fi if test -d HGL; then AC_CONFIG_SUBDIRS(HGL) fi @@ -32,6 +35,9 @@ fi if test -d time; then AC_CONFIG_SUBDIRS(time) fi +if test -d unix; then + AC_CONFIG_SUBDIRS(unix) +fi if test -d regex-posix; then AC_CONFIG_SUBDIRS(regex-posix) fi