From 2ec1815e6ce8da65244c18fbad56c06721f737cb Mon Sep 17 00:00:00 2001 From: "James Dominic P. Guana" Date: Sat, 10 Apr 2021 18:20:21 +0800 Subject: Revert "Revert "Code clean up and add example"" This reverts commit ea08151ae6582a438db76b738293a0194c964b88. --- examples/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/Makefile.am') diff --git a/examples/Makefile.am b/examples/Makefile.am index 25585e04..ef192787 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -34,6 +34,9 @@ mountlist_LDADD = $(top_builddir)/lib/libgtop-2.0.la smp_SOURCES = smp.c smp_LDADD = $(top_builddir)/lib/libgtop-2.0.la -lm +disk_SOURCES = disk.c +disk_LDADD = $(top_builddir)/lib/libgtop-2.0.la -lm + timings_SOURCES = timings.c timings_LDADD = $(top_builddir)/lib/libgtop-2.0.la -- cgit v1.2.1