Skip to content

Commit

Permalink
Add misc/utils.h to Makefile.am
Browse files Browse the repository at this point in the history
Closes GH-34
  • Loading branch information
queueRAM committed May 6, 2012
1 parent c408419 commit 8057ebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -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
Expand Down

0 comments on commit 8057ebf

Please sign in to comment.