Skip to content

Commit

Permalink
Remove invalid include path and update a file name for the Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlst committed Oct 18, 2019
1 parent 288ca8a commit d16bc1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/liblsquic/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
noinst_LIBRARIES = liblsquic.a

AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/ssl/include -I$(top_srcdir)/src -I$(top_srcdir)/src/lsr -I$(top_srcdir)/src/liblsquic/ls-qpack -I$(top_srcdir)/src/spdy/
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/src/lsr -I$(top_srcdir)/src/liblsquic/ls-qpack -I$(top_srcdir)/src/spdy/


liblsquic_a_METASOURCES = AUTO
Expand Down Expand Up @@ -83,5 +83,5 @@ liblsquic_a_SOURCES = ls-qpack/lsqpack.c \
lsquic_version.c \
lsquic_versions_to_string.c

lsquic_versions_to_string.c: gen-verstrs
lsquic_versions_to_string.c: gen-verstrs.pl
$(top_srcdir)/src/liblsquic/gen-verstrs.pl $(top_srcdir)/include/lsquic.h lsquic_versions_to_string.c

0 comments on commit d16bc1c

Please sign in to comment.