summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-08-28 02:49:28 -0400
committerPaul Duncan <pabs@pablotron.org>2016-08-28 02:49:28 -0400
commite0b6b017ce80f468499ed60b1b6a95b5218fa814 (patch)
treebb5bf0b8c7c88857a0c6ceb8f9117adcb87f1519 /Makefile
parentef52728f7e7461cab37ee3cbc3ef9b0d7e328c65 (diff)
downloadlibfhp-e0b6b017ce80f468499ed60b1b6a95b5218fa814.tar.bz2
libfhp-e0b6b017ce80f468499ed60b1b6a95b5218fa814.zip
add header-value-parser.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c76e497..0ab3d8f 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
+OBJS=fhp.o hash.o error.o token.o env.o te-parser.o header-value-parser.o
SONAME=libfhp.so
LIB=libfhp.so
STATIC_LIB=libfhp.a