summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-08-28 03:22:19 -0400
committerPaul Duncan <pabs@pablotron.org>2016-08-28 03:22:19 -0400
commitc10bcfa7def7a1093d78dcb15fd95388a633fc99 (patch)
treeaf553857dd28a0c2e3880a15390de3c16afb6a74 /Makefile
parente0b6b017ce80f468499ed60b1b6a95b5218fa814 (diff)
downloadlibfhp-c10bcfa7def7a1093d78dcb15fd95388a633fc99.tar.bz2
libfhp-c10bcfa7def7a1093d78dcb15fd95388a633fc99.zip
add cl-parser.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ab3d8f..0de2951 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC ?= cc
CFLAGS=-std=c99 -W -Wall -pedantic -O2 -Iinclude -fPIC
-OBJS=fhp.o hash.o error.o token.o env.o te-parser.o header-value-parser.o
+OBJS=fhp.o hash.o error.o token.o env.o te-parser.o cl-parser.o header-value-parser.o
SONAME=libfhp.so
LIB=libfhp.so
STATIC_LIB=libfhp.a