From 8057ebfb51dfc256b7045065f8d40cca1017c86b Mon Sep 17 00:00:00 2001 From: Marq Schneider Date: Sun, 6 May 2012 15:20:32 -0500 Subject: Add misc/utils.h to Makefile.am Closes GH-34 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fb99eba..b74a7e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,8 @@ misc_libmisc_a_SOURCES=\ misc/iobuf.c misc/iobuf.h\ misc/queue.h\ misc/stream.c misc/stream.h\ - misc/subr.c misc/subr.h + misc/subr.c misc/subr.h\ + misc/utils.h # evloop EXTRA_evloop_libevloop_a_SOURCES=evloop/epoll.c evloop/kqueue.c evloop/poll.c -- cgit 1.4.1