NSIS: add configure.ac
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 15 Mar 2011 13:10:46 +0000 (14:10 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 15 Mar 2011 13:10:46 +0000 (14:10 +0100)
A nmake rule depends on it so we need it be part of the
'YAZ Source' component.

win/yaz.nsi

index 1ae7d9a..be73f62 100644 (file)
@@ -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