File: Makefile.am

package info (click to toggle)
hamlib 4.6.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,984 kB
  • sloc: ansic: 262,996; sh: 6,135; cpp: 1,578; perl: 876; makefile: 855; python: 148; awk: 58; xml: 26
file content (7 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
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 = cJSON.c cJSON.h asyncpipe.c asyncpipe.h precise_time.c
libmisc_la_LIBADD = $(LTLIBOBJS) $(NET_LIBS)