5 lines
143 B
Makefile
5 lines
143 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
noinst_LIBRARIES=libcommon.a
|
|
|
|
libcommon_a_SOURCES=random.c strdup.c udp_io.c getsl.c
|