diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2015-06-03 00:07:58 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2015-06-03 00:07:58 +0200 |
| commit | 0cbc7dd8dd00c92570f35f901b820a1ea96acdf0 (patch) | |
| tree | 7591b3cae8191a4bf4ec4092edb252c874792445 /src/Makefile.am | |
| parent | 5bc49de682eec79f3dc8096c6812bee70fe2d496 (diff) | |
Add space separated argument parser with quoting
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
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@ |
