blob: 4f2d4f05e1e8b5b54c80878f2e08df26b0d8df54 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libcommonsysinfo.a
libcommonsysinfo_a_SOURCES = \
common.c common.h \
file.c file.h \
http.c http.h \
net.c net.h \
system.c system.h
|