From dded84b14d39bea4e1b8c427e9dd490f14d79d1c Mon Sep 17 00:00:00 2001 From: Kirill Simonov Date: Sat, 27 Dec 2008 22:55:39 +0000 Subject: Added autoconf rules to distribute win32 project files. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1cf4114..7835b61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Run `./bootstrap` to generate the "Makefile.in" files in this directory and -## the "$SUBDIR" subdirectories. +## the "$SUBDIRS" subdirectories. -SUBDIRS = include src . tests +SUBDIRS = include src . tests win32 EXTRA_DIST = README LICENSE doc/doxygen.cfg -- cgit v1.2.1