mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Clean up various left over commented lines from dlopen to single libhamlib transition. Remove unneeded configure variables. Correct minor inconsistencies in Makefile.am files. Define a new variable, READLINE_LIBS, so that only programs that offer Readline support are linked against it. Fix various compilation warnings and errors in test files revealed with 'make check' on MinGW. Define rig and rotor backends to (mostly) be built in alphabetical order.
7 lines
211 B
Makefile
7 lines
211 B
Makefile
EXTRA_DIST = getopt.c getopt.h getopt_long.c usleep.c \
|
|
termios.c win32termios.h gettimeofday.c getaddrinfo.c
|
|
|
|
noinst_LTLIBRARIES = libmisc.la
|
|
|
|
libmisc_la_SOURCES =
|
|
libmisc_la_LIBADD = $(LTLIBOBJS) $(NET_LIBS)
|