diff options
| author | Marq Schneider <queueRAM@gmail.com> | 2012-05-06 15:20:32 -0500 |
|---|---|---|
| committer | Marq Schneider <queueRAM@gmail.com> | 2012-05-06 15:20:32 -0500 |
| commit | 8057ebfb51dfc256b7045065f8d40cca1017c86b (patch) | |
| tree | 60d9220623bf50f6c30ddb20e75baa3d0f82f644 | |
| parent | c408419bd2eca1fc6dee0ce5bcdbf0e0160a9427 (diff) | |
| download | btpd-8057ebfb51dfc256b7045065f8d40cca1017c86b.tar.gz btpd-8057ebfb51dfc256b7045065f8d40cca1017c86b.zip | |
Add misc/utils.h to Makefile.am
Closes GH-34
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |