diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | ctx.c (renamed from fhp.c) | 0 |
2 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 cl-parser.o header-value-parser.o +OBJS=ctx.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 |