summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-26 16:29:41 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-26 16:29:41 +0000
commit2633e6f22b3de1030da5e65d5128672324ac9565 (patch)
treecdc27a199bab9e4806dbddc8bcbd547f1440ef0e /src/Makefile
parentad940f15c9754d415e2c10b174a3a8d7ed34db4d (diff)
downloadlibnsutils-2633e6f22b3de1030da5e65d5128672324ac9565.tar.gz
libnsutils-2633e6f22b3de1030da5e65d5128672324ac9565.tar.bz2
add initial monotonic timer API
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index c5e0cbe..28bfc5f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,3 +1,3 @@
-DIR_SOURCES := base64.c
+DIR_SOURCES := base64.c time.c
include $(NSBUILD)/Makefile.subdir