From: Adam Dickmeiss Date: Tue, 15 Mar 2011 13:10:46 +0000 (+0100) Subject: NSIS: add configure.ac X-Git-Tag: v4.1.7~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=b5ea4383e1229096765cfaf00e3c786ae6a3a572 NSIS: add configure.ac A nmake rule depends on it so we need it be part of the 'YAZ Source' component. --- diff --git a/win/yaz.nsi b/win/yaz.nsi index 1ae7d9a..be73f62 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