diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-08-28 02:49:28 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-08-28 02:49:28 -0400 |
commit | e0b6b017ce80f468499ed60b1b6a95b5218fa814 (patch) | |
tree | bb5bf0b8c7c88857a0c6ceb8f9117adcb87f1519 /Makefile | |
parent | ef52728f7e7461cab37ee3cbc3ef9b0d7e328c65 (diff) | |
download | libfhp-e0b6b017ce80f468499ed60b1b6a95b5218fa814.tar.bz2 libfhp-e0b6b017ce80f468499ed60b1b6a95b5218fa814.zip |
add header-value-parser.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |