From: Adam Dickmeiss Date: Tue, 15 Mar 2011 12:56:50 +0000 (+0100) Subject: NSIS: add configure.ac X-Git-Tag: v4.2.0~54^2~6^2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=9b1c57318aabdbf8e6d0dc33e3a9848bdf062c64 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..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