@@ -157,7 +157,7 @@ am__objects_2 = nghttp2_pq.lo nghttp2_map.lo nghttp2_queue.lo \
157157 nghttp2_hd_huffman.lo nghttp2_hd_huffman_data.lo \
158158 nghttp2_version.lo nghttp2_priority_spec.lo nghttp2_option.lo \
159159 nghttp2_callbacks.lo nghttp2_mem.lo nghttp2_http.lo \
160- nghttp2_rcbuf.lo nghttp2_extpri.lo nghttp2_debug.lo
160+ nghttp2_rcbuf.lo nghttp2_extpri.lo nghttp2_debug.lo sfparse.lo
161161am_libnghttp2_la_OBJECTS = $(am__objects_1 ) $(am__objects_2 )
162162libnghttp2_la_OBJECTS = $(am_libnghttp2_la_OBJECTS )
163163AM_V_lt = $(am__v_lt_@AM_V@ )
@@ -196,7 +196,8 @@ am__depfiles_remade = ./$(DEPDIR)/nghttp2_buf.Plo \
196196 ./$(DEPDIR ) /nghttp2_priority_spec.Plo \
197197 ./$(DEPDIR ) /nghttp2_queue.Plo ./$(DEPDIR ) /nghttp2_rcbuf.Plo \
198198 ./$(DEPDIR ) /nghttp2_session.Plo ./$(DEPDIR ) /nghttp2_stream.Plo \
199- ./$(DEPDIR ) /nghttp2_submit.Plo ./$(DEPDIR ) /nghttp2_version.Plo
199+ ./$(DEPDIR ) /nghttp2_submit.Plo ./$(DEPDIR ) /nghttp2_version.Plo \
200+ ./$(DEPDIR ) /sfparse.Plo
200201am__mv = mv -f
201202COMPILE = $(CC ) $(DEFS ) $(DEFAULT_INCLUDES ) $(INCLUDES ) $(AM_CPPFLAGS ) \
202203 $(CPPFLAGS ) $(AM_CFLAGS ) $(CFLAGS )
@@ -509,7 +510,8 @@ OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \
509510 nghttp2_http.c \
510511 nghttp2_rcbuf.c \
511512 nghttp2_extpri.c \
512- nghttp2_debug.c
513+ nghttp2_debug.c \
514+ sfparse.c
513515
514516HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
515517 nghttp2_frame.h \
@@ -526,7 +528,8 @@ HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
526528 nghttp2_http.h \
527529 nghttp2_rcbuf.h \
528530 nghttp2_extpri.h \
529- nghttp2_debug.h
531+ nghttp2_debug.h \
532+ sfparse.h
530533
531534libnghttp2_la_SOURCES = $(HFILES ) $(OBJECTS )
532535libnghttp2_la_LDFLAGS = $(AM_LDFLAGS ) -no-undefined \
@@ -635,6 +638,7 @@ distclean-compile:
635638@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_stream.Plo@am__quote@ # am--include-marker
636639@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_submit.Plo@am__quote@ # am--include-marker
637640@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_version.Plo@am__quote@ # am--include-marker
641+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sfparse.Plo@am__quote@ # am--include-marker
638642
639643$(am__depfiles_remade ) :
640644 @$(MKDIR_P ) $(@D )
@@ -917,6 +921,7 @@ distclean: distclean-recursive
917921 -rm -f ./$(DEPDIR ) /nghttp2_stream.Plo
918922 -rm -f ./$(DEPDIR ) /nghttp2_submit.Plo
919923 -rm -f ./$(DEPDIR ) /nghttp2_version.Plo
924+ -rm -f ./$(DEPDIR ) /sfparse.Plo
920925 -rm -f Makefile
921926distclean-am : clean-am distclean-compile distclean-generic \
922927 distclean-tags
@@ -985,6 +990,7 @@ maintainer-clean: maintainer-clean-recursive
985990 -rm -f ./$(DEPDIR ) /nghttp2_stream.Plo
986991 -rm -f ./$(DEPDIR ) /nghttp2_submit.Plo
987992 -rm -f ./$(DEPDIR ) /nghttp2_version.Plo
993+ -rm -f ./$(DEPDIR ) /sfparse.Plo
988994 -rm -f Makefile
989995maintainer-clean-am : distclean-am maintainer-clean-generic
990996
0 commit comments