From e694945c798867f4eb004fa0c4b8aed1feaac352 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 30 Mar 2004 20:15:40 +0000 Subject: [PATCH] Fix make dist for windows --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4603278..de0e090 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,8 @@ aclocal_DATA = yazpp.m4 EXTRA_DIST= LICENSE LICENSE.proxy TODO yaz++-config.in yazpp.m4 dist-hook: - cp -R $(srcdir)/win $(distdir) + mkdir $(distdir)/win + cp $(srcdir)/win/makefile $(distdir)/win/ mkdir $(distdir)/debian cp $(srcdir)/debian/control $(distdir)/debian cp $(srcdir)/debian/changelog $(distdir)/debian -- 1.7.10.4