Add most all files needed to SRCDOCLST

pull/706/head
Nate Bargmann 2021-05-18 18:59:09 -05:00
rodzic 394c61fa44
commit b1e84abded
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F72625E2EDBED598
1 zmienionych plików z 34 dodań i 2 usunięć

Wyświetl plik

@ -5,9 +5,41 @@ dist_man_MANS = man1/ampctl.1 man1/ampctld.1 \
man1/rigswr.1 man1/rotctl.1 man1/rotctld.1 man1/rigctlcom.1 \
man7/hamlib.7 man7/hamlib-primer.7 man7/hamlib-utilities.7
SRCDOCLST = ../src/rig.c ../src/rotator.c ../src/tones.c ../src/locator.c \
../src/event.c ../src/conf.c ../src/mem.c ../src/settings.c
SRCDOCLST = \
../include/hamlib/amplifier.h \
../include/hamlib/amplist.h \
../include/hamlib/rig.h \
../include/hamlib/rotator.h \
../include/hamlib/rotlist.h \
../src/amp_conf.c \
../src/amp_settings.c \
../src/amplifier.c \
../src/cal.c \
../src/cm108.c \
../src/conf.c \
../src/debug.c \
../src/event.c \
../src/ext.c \
../src/extamp.c \
../src/locator.c \
../src/mem.c \
../src/misc.c \
../src/network.c \
../src/parallel.c \
../src/rig.c \
../src/rot_conf.c \
../src/rot_ext.c \
../src/rot_settings.c \
../src/rotator.c \
../src/tones.c \
../src/serial.c \
../src/settings.c \
../src/sleep.c \
../src/token.h \
../src/tones.c \
../src/usb_port.c
# Just the file names, the paths are assigned below.
SCRIPTSLST = build-w32.sh build-w64.sh