summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2008-12-17 00:12:51 +0000
committerNathan Angelacos <nangel@alpinelinux.org>2008-12-17 00:12:51 +0000
commit298fa88270cc3299b661b86ab8ed94b2cc4b21b6 (patch)
treea6d28a1a227dcb7156e544a75715ca9d3b76c6f6
parent63570d1761822e4278df2eaa03068fb4ccb13432 (diff)
downloadhaserl-298fa88270cc3299b661b86ab8ed94b2cc4b21b6.tar.bz2
haserl-298fa88270cc3299b661b86ab8ed94b2cc4b21b6.tar.xz
Forgot some header files in the Makefile.am
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a2b26ca..a5b3d5a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -46,7 +46,7 @@ bin_PROGRAMS = haserl
haserl_SOURCES = common.c common.h sliding_buffer.c sliding_buffer.h \
h_error.c h_error.h h_script.c h_script.h rfc2388.c rfc2388.h \
- llist.c xmalloc.c \
+ llist.c llist.h xmalloc.c xmalloc.h \
$(BASHSOURCE) $(LUASOURCE) haserl.c haserl.h
install-strip: