d65177559d
* fixed compile on all Unixes * added unit-tests * added cmake to build natively on win32 * fixed the "make dist" setup to include all os-dirs
13 lines
183 B
Makefile
13 lines
183 B
Makefile
include_HEADERS = \
|
|
sigar.h \
|
|
sigar_fileinfo.h \
|
|
sigar_format.h \
|
|
sigar_getline.h \
|
|
sigar_log.h \
|
|
sigar_private.h \
|
|
sigar_ptql.h \
|
|
sigar_util.h
|
|
|
|
EXTRA_DIST=\
|
|
CMakeLists.txt
|