Commit 8c0c0bfc 8c0c0bfc2d565c70d0af0dcd7f1baa271a638661 by Sergey Poznyakoff

Bugfixes.

* include/mailutils/Makefile.am: Add types to pkginclude_HEADERS.
* libmailutils/tests/url-comp.at: Add missing dnl.
1 parent 18c565be
......@@ -14,7 +14,7 @@
## You should have received a copy of the GNU General Public License
## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
BUILT_SOURCES=errno.h
BUILT_SOURCES=errno.h types.h
EXTRA_DIST=errno.hin types.hin
errno.h: $(top_srcdir)/libmailutils/diag/errors errno.hin
$(AM_V_GEN)$(AWK) -f $(mu_aux_dir)/generr.awk $^ > $@
......@@ -23,7 +23,6 @@ types.h: $(top_srcdir)/include/mailutils/types.hin Makefile
$(AM_V_GEN)sed 's/_MU_OFF_TYPE_/$(MU_OFF_TYPE)/;s/_MU_DEFAULT_RECORD_/$(MU_DEFAULT_RECORD)/' $(top_srcdir)/include/mailutils/types.hin > $@
DISTCLEANFILES = types.h
pkginclude_DATA = types.h
pkginclude_HEADERS = \
acl.h\
address.h\
......@@ -100,6 +99,7 @@ pkginclude_HEADERS = \
syslog.h\
sql.h\
tls.h\
types.h\
url.h\
vartab.h\
version.h\
......
......@@ -17,7 +17,7 @@
AT_BANNER(URL Composition)
dnl ------------------------------------------------------------
1 2 3 4
dnl 1 2 3 4
dnl URLCOMP(KW, ARGS, [STDOUT = `'], [STDERR = `'])
dnl
......