summaryrefslogtreecommitdiff
path: root/libsoup/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libsoup/Makefile.am')
-rw-r--r--libsoup/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/libsoup/Makefile.am b/libsoup/Makefile.am
index c25b534c..53fae83f 100644
--- a/libsoup/Makefile.am
+++ b/libsoup/Makefile.am
@@ -56,6 +56,7 @@ soup_headers = \
soup-auth-domain.h \
soup-auth-domain-basic.h \
soup-auth-domain-digest.h \
+ soup-content-decoder.h \
soup-content-sniffer.h \
soup-cookie.h \
soup-cookie-jar.h \
@@ -120,8 +121,13 @@ libsoup_2_4_la_SOURCES = \
soup-auth-manager.c \
soup-auth-manager-ntlm.h \
soup-auth-manager-ntlm.c \
+ soup-coding.h \
+ soup-coding.c \
+ soup-coding-gzip.h \
+ soup-coding-gzip.c \
soup-connection.h \
soup-connection.c \
+ soup-content-decoder.c \
soup-content-sniffer.c \
soup-cookie.c \
soup-cookie-jar.c \