diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 085440bb3..e9de870e4 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -52,7 +52,8 @@ libcommon_a_SOURCES = \ dynload.h \ estream.c estream.h \ dns-cert.c dns-cert.h \ - pka.c pka.h + pka.c pka.h \ + http.c http.h libsimple_pwquery_a_SOURCES = \ |