Still forgetting nsi and automake files, don't know if there is

a cure.
This commit is contained in:
Anders Betnér 2006-06-25 20:36:28 +00:00
parent 2955a36ebe
commit 045212eb0d
2 changed files with 6 additions and 2 deletions

View File

@ -9,7 +9,8 @@ adminroot_DATA = ftr.html linkOpaque.gif about.html aspl-license.txt \
gpl-license.html aspl-license.html thanks.html feedback.html \ gpl-license.html aspl-license.html thanks.html feedback.html \
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \ playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
smartpopup.html applet.html mt-daapd.js CREDITS status.js \ smartpopup.html applet.html mt-daapd.js CREDITS status.js \
config.js config.xml spinner.gif util.js pngfix.js no_access.html config.js config.xml spinner.gif spinner_stopped.gif util.js \
pngfix.js no_access.html
EXTRA_DIST = ftr.html linkOpaque.gif about.html aspl-license.txt \ EXTRA_DIST = ftr.html linkOpaque.gif about.html aspl-license.txt \
gpl-license.txt linkTransparent.gif config-update.html hdr.html \ gpl-license.txt linkTransparent.gif config-update.html hdr.html \
@ -17,5 +18,6 @@ EXTRA_DIST = ftr.html linkOpaque.gif about.html aspl-license.txt \
gpl-license.html aspl-license.html thanks.html feedback.html \ gpl-license.html aspl-license.html thanks.html feedback.html \
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \ playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
smartpopup.html applet.html mt-daapd.js CREDITS status.js \ smartpopup.html applet.html mt-daapd.js CREDITS status.js \
config.js config.xml spinner.gif util.js pngfix.js no_access.html config.js config.xml spinner.gif spinner_stopped.gif util.js \
pngfix.js no_access.html

View File

@ -180,6 +180,7 @@ Section "MainSection" SEC01
File "${ADMIN_ROOT}\aspl-license.html" File "${ADMIN_ROOT}\aspl-license.html"
File "${ADMIN_ROOT}\applet.html" File "${ADMIN_ROOT}\applet.html"
File "${ADMIN_ROOT}\spinner.gif" File "${ADMIN_ROOT}\spinner.gif"
File "${ADMIN_ROOT}\spinner_stopped.gif"
File "${ADMIN_ROOT}\util.js" File "${ADMIN_ROOT}\util.js"
File "${ADMIN_ROOT}\pngfix.js" File "${ADMIN_ROOT}\pngfix.js"
File "${ADMIN_ROOT}\no_access.html" File "${ADMIN_ROOT}\no_access.html"
@ -501,6 +502,7 @@ Section Uninstall
Delete "$INSTDIR\admin-root\smart.html" Delete "$INSTDIR\admin-root\smart.html"
Delete "$INSTDIR\admin-root\smart.js" Delete "$INSTDIR\admin-root\smart.js"
Delete "$INSTDIR\admin-root\spinner.gif" Delete "$INSTDIR\admin-root\spinner.gif"
Delete "$INSTDIR\admin-root\spinner_stopped.gif"
Delete "$INSTDIR\admin-root\util.js" Delete "$INSTDIR\admin-root\util.js"
Delete "$INSTDIR\admin-root\pngfix.js" Delete "$INSTDIR\admin-root\pngfix.js"
Delete "$INSTDIR\admin-root\no_access.html" Delete "$INSTDIR\admin-root\no_access.html"