From 23aa8a468f4f8b55c20dc2e1a7ece78685a1ef7c Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 28 Sep 2005 17:23:51 +0000 Subject: [PATCH] Add Win32 directory to the distribution. --- src/Lib/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Lib/Makefile.am b/src/Lib/Makefile.am index c9e76f27..da7d6ed1 100644 --- a/src/Lib/Makefile.am +++ b/src/Lib/Makefile.am @@ -1,3 +1,5 @@ +DIST_SUBDIRS = Win32 + SUBDIRS = \ Array \ DEM \