README.deveoper: Remove references to obsolete files

Thanks to Lukas, HB9FFT, for reporting references to obsolete file
names.
Hamlib-3.0
Nate Bargmann 2012-12-02 13:28:23 -06:00
rodzic 44d99a61cd
commit 6a2accaf71
1 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -383,12 +383,10 @@ So far, Hamlib has been tested successfully under the following systems:
2.2. Add <mybackend> to the DIST_SUBDIRS variable in the topdir Makefile.am
2.3. Add the backend name to the BACKEND_LIST variable (add to
ROT_BACKEND_LIST for a new rotor backend) in configure.ac.ltv1
and configure.ac.ltv2 (configure.ac is deprecated at the moment).
ROT_BACKEND_LIST for a new rotor backend) in configure.ac.
2.4. Add "mybackend/Makefile" in the AC_CONFIG_FILES macro at the bottom
of configure.ac.ltv1 and configure.ac.ltv2 (configure.ac is deprecated
at the moment)
of configure.ac.
2.5. Create mybackend/Makefile.am, mybackend.c mybackend.h
Use 'dummy' backend as a template.