summaryrefslogtreecommitdiff
path: root/telegps
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-06-15 12:39:49 -0700
committerKeith Packard <keithp@keithp.com>2014-06-15 16:15:22 -0700
commitabf731b3d79b66d9da62496cebf157f2888a4c93 (patch)
tree5b5f7c59fb93b6fd2594fe6c4a599b1b518e8668 /telegps
parent8073007292875169a6304824ae52039ce6564813 (diff)
windows: Rename telemetrum.inf to altusmetrum.inf
Use the corporate name for this file Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps')
-rw-r--r--telegps/Makefile.am2
-rw-r--r--telegps/telegps-windows.nsi.in8
2 files changed, 5 insertions, 5 deletions
diff --git a/telegps/Makefile.am b/telegps/Makefile.am
index 5812756f..99c2fb4a 100644
--- a/telegps/Makefile.am
+++ b/telegps/Makefile.am
@@ -128,7 +128,7 @@ MACOSX_README=ReadMe-Mac.rtf
MACOSX_FILES=$(FAT_FILES) libaltos.dylib $(MACOSX_INFO_PLIST) $(MACOSX_README) $(DOC) $(MACOSX_ICON)
MACOSX_EXTRA=$(FIRMWARE)
-WINDOWS_FILES=$(FAT_FILES) altos.dll altos64.dll $(top_srcdir)/telemetrum.inf $(DOC) $(WINDOWS_ICON)
+WINDOWS_FILES=$(FAT_FILES) altos.dll altos64.dll $(top_srcdir)/altusmetrum.inf $(DOC) $(WINDOWS_ICON)
if FATINSTALL
diff --git a/telegps/telegps-windows.nsi.in b/telegps/telegps-windows.nsi.in
index 92b50974..136d68fb 100644
--- a/telegps/telegps-windows.nsi.in
+++ b/telegps/telegps-windows.nsi.in
@@ -71,14 +71,14 @@ Section "Install Driver" InstDriver
InstDrv::CreateDevice /NOUNLOAD
SetOutPath $TEMP
- File "../telemetrum.inf"
- InstDrv::InstallDriver /NOUNLOAD "$TEMP\telemetrum.inf"
+ File "../altusmetrum.inf"
+ InstDrv::InstallDriver /NOUNLOAD "$TEMP\altusmetrum.inf"
SetOutPath $INSTDIR
- File "../telemetrum.inf"
+ File "../altusmetrum.inf"
SetOutPath $WINDIR\Inf
- File "../telemetrum.inf"
+ File "../altusmetrum.inf"
SectionEnd