diff -ruN Makefile.am Makefile.am
--- Makefile.am
+++ Makefile.am
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
 AUTOMAKE_OPTIONS = foreign dist-bzip2
-EXTRA_DIST = include VERSION LICENSE UPGRADE listtexts src/log_error.c FAQ \
+EXTRA_DIST = include VERSION LICENSE UPGRADE src/log_error.c FAQ \
 	     TUNABLES README.access contrib man
 CLEANFILES = *~ mlmmj-*.tar.*
 
@@ -12,4 +12,4 @@
 	    man/mlmmj-sub.1 man/mlmmj-maintd.1 man/mlmmj-process.1 \
 	    man/mlmmj-send.1 man/mlmmj-unsub.1
 
-SUBDIRS = src
+SUBDIRS = src listtexts
diff -ruN VERSION VERSION
--- VERSION
+++ VERSION
@@ -1 +1 @@
-1.1.0-RC3
+1.1.0-RC4
diff -ruN configure.ac configure.ac
--- configure.ac
+++ configure.ac
@@ -31,4 +31,5 @@
 
 AC_CONFIG_FILES([Makefile])
 AC_CONFIG_FILES([src/Makefile])
+AC_CONFIG_FILES([listtexts/Makefile])
 AC_OUTPUT
diff -ruN listtexts/Makefile.am listtexts/Makefile.am
--- listtexts/Makefile.am
+++ listtexts/Makefile.am
@@ -0,0 +1,10 @@
+## Process this file with automake to produce Makefile.in
+
+
+textlibdir = $(pkgdatadir)/text.skel
+dist_textlib_DATA = access bounce-probe listhelp moderation notifysub \
+	notifysub-digest notifysub-nomail notifyunsub notifyunsub-digest \
+	notifyunsub-nomail notintocc sub-confirm sub-confirm-digest \
+	sub-confirm-nomail sub-ok sub-ok-digest sub-ok-nomail subonlypost \
+	unsub-confirm unsub-confirm-digest unsub-confirm-nomail unsub-ok \
+	unsub-ok-digest unsub-ok-nomail


