include win32/ in make dist

This commit is contained in:
Frédéric Péters 2004-07-22 17:41:01 +00:00
parent 693f0b17bb
commit 55aeba092c
4 changed files with 10 additions and 0 deletions

View File

@ -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]

2
win32/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

4
win32/Makefile.am Normal file
View File

@ -0,0 +1,4 @@
SUBDIRS = nsis
EXTRA_DIST = create_lasso.def.py lasso.def lasso.rc

2
win32/nsis/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in