diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2016-09-09 14:20:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-09 14:20:28 -0700 |
commit | a1aba8e0fe5c94ebf04258b609666c92b756954f (patch) | |
tree | fe9792b77766e31728b1d2d04d2461858ef45443 /src/libvmon/Makefile.am | |
parent | e99f5ac1293a0ae1f498bc4c73c4c04e4edb8665 (diff) | |
parent | 8ef5fccc1ad2f5acb5530a438de631153e4ad945 (diff) |
Merge pull request #6 from vcaputo/clean_house
House cleaning
Diffstat (limited to 'src/libvmon/Makefile.am')
-rw-r--r-- | src/libvmon/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libvmon/Makefile.am b/src/libvmon/Makefile.am new file mode 100644 index 0000000..5b0eb87 --- /dev/null +++ b/src/libvmon/Makefile.am @@ -0,0 +1,2 @@ +noinst_LIBRARIES = libvmon.a +libvmon_a_SOURCES = vmon.c bitmap.h list.h vmon.h defs/_begin.def defs/_end.def defs/proc_files.def defs/proc_io.def defs/proc_stat.def defs/proc_vm.def defs/proc_wants.def defs/sys_stat.def defs/sys_vm.def defs/sys_wants.def |