summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-07-22 19:24:10 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-07-22 19:24:10 +0000
commit005f7ad2f66c43317656b43b373d624b80f85172 (patch)
treeb00062e00d7ee0399729a5f6a157b30d04e3be49
parent9fafbcd580f9588a0b10bb430eed7b2acd99233d (diff)
downloadlasso-005f7ad2f66c43317656b43b373d624b80f85172.tar.gz
lasso-005f7ad2f66c43317656b43b373d624b80f85172.tar.xz
lasso-005f7ad2f66c43317656b43b373d624b80f85172.zip
added win32
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 77814490..aa12050a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@ install-dll:
-mkdir -p /usr/local/include/lasso/xml
-cp -f lasso/xml/*.h /usr/local/include/lasso/xml
-SUBDIRS = lasso docs python
+SUBDIRS = lasso docs python win32
ABS_BUILDDIR = $(shell pwd)