summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2015-06-03 00:07:58 +0200
committerJoel Klinghed <the_jk@yahoo.com>2015-06-03 00:07:58 +0200
commit0cbc7dd8dd00c92570f35f901b820a1ea96acdf0 (patch)
tree7591b3cae8191a4bf4ec4092edb252c874792445 /src/Makefile.am
parent5bc49de682eec79f3dc8096c6812bee70fe2d496 (diff)
Add space separated argument parser with quoting
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5a779fa..54ff40d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,6 +12,7 @@ libcgi_la_SOURCES = cgi.hh common.hh cgi.cc \
query_parser.hh query_parser.cc \
header_parser.hh header_parser.cc \
strutils.hh strutils.cc \
+ args.hh args.cc \
multipart_formdata_parser.hh multipart_formdata_parser.cc
libcgi_la_CPPFLAGS = $(AM_CPPFLAGS) @FASTCGI_CFLAGS@
libcgi_la_LIBADD = @FASTCGI_LIBS@