6 lines
129 B
Makefile
6 lines
129 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LIBRARIES=libclient.a
|
|
|
|
libclient_a_SOURCES=lib.c lock.c util.c
|