summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--win32/.cvsignore2
-rw-r--r--win32/Makefile.am4
-rw-r--r--win32/nsis/.cvsignore2
4 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index da244da5..ec76ce36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -370,6 +370,8 @@ python/protocols/Makefile
python/protocols/elements/Makefile
python/tests/Makefile
python/xml/Makefile
+win32/Makefile
+win32/nsis/Makefile
]
[lasso.pc:lasso.pc.in]
dnl [lasso-config:lasso-config.in]
diff --git a/win32/.cvsignore b/win32/.cvsignore
new file mode 100644
index 00000000..282522db
--- /dev/null
+++ b/win32/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/win32/Makefile.am b/win32/Makefile.am
new file mode 100644
index 00000000..c777637a
--- /dev/null
+++ b/win32/Makefile.am
@@ -0,0 +1,4 @@
+SUBDIRS = nsis
+
+EXTRA_DIST = create_lasso.def.py lasso.def lasso.rc
+
diff --git a/win32/nsis/.cvsignore b/win32/nsis/.cvsignore
new file mode 100644
index 00000000..282522db
--- /dev/null
+++ b/win32/nsis/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in