@@ -157,7 +157,7 @@ am__objects_2 = nghttp2_pq.lo nghttp2_map.lo nghttp2_queue.lo \
157
157
nghttp2_hd_huffman.lo nghttp2_hd_huffman_data.lo \
158
158
nghttp2_version.lo nghttp2_priority_spec.lo nghttp2_option.lo \
159
159
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
161
161
am_libnghttp2_la_OBJECTS = $(am__objects_1 ) $(am__objects_2 )
162
162
libnghttp2_la_OBJECTS = $(am_libnghttp2_la_OBJECTS )
163
163
AM_V_lt = $(am__v_lt_@AM_V@ )
@@ -196,7 +196,8 @@ am__depfiles_remade = ./$(DEPDIR)/nghttp2_buf.Plo \
196
196
./$(DEPDIR ) /nghttp2_priority_spec.Plo \
197
197
./$(DEPDIR ) /nghttp2_queue.Plo ./$(DEPDIR ) /nghttp2_rcbuf.Plo \
198
198
./$(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
200
201
am__mv = mv -f
201
202
COMPILE = $(CC ) $(DEFS ) $(DEFAULT_INCLUDES ) $(INCLUDES ) $(AM_CPPFLAGS ) \
202
203
$(CPPFLAGS ) $(AM_CFLAGS ) $(CFLAGS )
@@ -509,7 +510,8 @@ OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \
509
510
nghttp2_http.c \
510
511
nghttp2_rcbuf.c \
511
512
nghttp2_extpri.c \
512
- nghttp2_debug.c
513
+ nghttp2_debug.c \
514
+ sfparse.c
513
515
514
516
HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
515
517
nghttp2_frame.h \
@@ -526,7 +528,8 @@ HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
526
528
nghttp2_http.h \
527
529
nghttp2_rcbuf.h \
528
530
nghttp2_extpri.h \
529
- nghttp2_debug.h
531
+ nghttp2_debug.h \
532
+ sfparse.h
530
533
531
534
libnghttp2_la_SOURCES = $(HFILES ) $(OBJECTS )
532
535
libnghttp2_la_LDFLAGS = $(AM_LDFLAGS ) -no-undefined \
@@ -635,6 +638,7 @@ distclean-compile:
635
638
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_stream.Plo@am__quote@ # am--include-marker
636
639
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_submit.Plo@am__quote@ # am--include-marker
637
640
@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
638
642
639
643
$(am__depfiles_remade ) :
640
644
@$(MKDIR_P ) $(@D )
@@ -917,6 +921,7 @@ distclean: distclean-recursive
917
921
-rm -f ./$(DEPDIR ) /nghttp2_stream.Plo
918
922
-rm -f ./$(DEPDIR ) /nghttp2_submit.Plo
919
923
-rm -f ./$(DEPDIR ) /nghttp2_version.Plo
924
+ -rm -f ./$(DEPDIR ) /sfparse.Plo
920
925
-rm -f Makefile
921
926
distclean-am : clean-am distclean-compile distclean-generic \
922
927
distclean-tags
@@ -985,6 +990,7 @@ maintainer-clean: maintainer-clean-recursive
985
990
-rm -f ./$(DEPDIR ) /nghttp2_stream.Plo
986
991
-rm -f ./$(DEPDIR ) /nghttp2_submit.Plo
987
992
-rm -f ./$(DEPDIR ) /nghttp2_version.Plo
993
+ -rm -f ./$(DEPDIR ) /sfparse.Plo
988
994
-rm -f Makefile
989
995
maintainer-clean-am : distclean-am maintainer-clean-generic
990
996
0 commit comments