From 9b1c57318aabdbf8e6d0dc33e3a9848bdf062c64 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 15 Mar 2011 13:56:50 +0100 Subject: [PATCH] NSIS: add configure.ac A nmake rule depends on it so we need it be part of the 'YAZ Source' component. --- win/yaz.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/win/yaz.nsi b/win/yaz.nsi index 1ae7d9a..e6723b5 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -143,6 +143,7 @@ SectionEnd Section "YAZ Source" YAZ_Source SectionIn 1 SetOutPath $INSTDIR + File ../configure.ac File /r ..\*.c File /r /x yaz ..\*.h SetOutPath $INSTDIR\util -- 1.7.10.4