mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2883 7ae35d74-ebe9-4afe-98af-79ac388436b8
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@
|