diff --git a/sources.mk b/sources.mk
index f7046e5..c1f7e5f 100644
--- a/sources.mk
+++ b/sources.mk
@@ -1,7 +1,10 @@
# sources.mk generated by update_sources
HEADERS = \
+ "kc3_smtp.h" \
"smtp.h" \
+ "types.h" \
SOURCES = \
+ "kc3_smtp.c" \
"smtp.c" \
diff --git a/sources.sh b/sources.sh
index e0b3fc8..7116322 100644
--- a/sources.sh
+++ b/sources.sh
@@ -1,3 +1,3 @@
# sources.sh generated by update_sources
-HEADERS='smtp.h '
-SOURCES='smtp.c '
+HEADERS='kc3_smtp.h smtp.h types.h '
+SOURCES='kc3_smtp.c smtp.c '