summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2012-09-18 09:18:50 +0200
committerDavid Herrmann <dh.herrmann@googlemail.com>2012-09-18 09:18:50 +0200
commitd62b3672109ad6f7a3b01315c22b8b87d956c7d5 (patch)
treeeabac9c80199827162c45cb9f0301afd82ded7c5 /Makefile.am
parent8deb82f6530f1242eb3fe25ae84eedd1a4613609 (diff)
shl: move llog to shl
We might argue whether llog should be kept separate, however, shl is a loose pile of headers and sources so pushing llog into it seems reasonable. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ebf4407..b4bee74 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -91,6 +91,8 @@ SHL_RING = \
src/shl_ring.h
SHL_TIMER = \
src/shl_timer.h
+SHL_LLOG = \
+ src/shl_llog.h
#
# libeloop
@@ -103,6 +105,7 @@ lib_LTLIBRARIES += \
libeloop_la_SOURCES = \
$(SHL_DLIST) \
+ $(SHL_LLOG) \
src/static_llog.h \
src/static_hook.h \
src/eloop.h \