7 lines
158 B
Makefile
7 lines
158 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
noinst_LIBRARIES=libcommon.a
|
|
|
|
libcommon_a_SOURCES=random.c udp_io.c getsl.c
|
|
|
|
EXTRA_DIST= SConscript
|