Bugfixes.
* include/mailutils/Makefile.am: Add types to pkginclude_HEADERS. * libmailutils/tests/url-comp.at: Add missing dnl.
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
14 | ## You should have received a copy of the GNU General Public License | 14 | ## You should have received a copy of the GNU General Public License |
15 | ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. | 15 | ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. |
16 | 16 | ||
17 | BUILT_SOURCES=errno.h | 17 | BUILT_SOURCES=errno.h types.h |
18 | EXTRA_DIST=errno.hin types.hin | 18 | EXTRA_DIST=errno.hin types.hin |
19 | errno.h: $(top_srcdir)/libmailutils/diag/errors errno.hin | 19 | errno.h: $(top_srcdir)/libmailutils/diag/errors errno.hin |
20 | $(AM_V_GEN)$(AWK) -f $(mu_aux_dir)/generr.awk $^ > $@ | 20 | $(AM_V_GEN)$(AWK) -f $(mu_aux_dir)/generr.awk $^ > $@ |
... | @@ -23,7 +23,6 @@ types.h: $(top_srcdir)/include/mailutils/types.hin Makefile | ... | @@ -23,7 +23,6 @@ types.h: $(top_srcdir)/include/mailutils/types.hin Makefile |
23 | $(AM_V_GEN)sed 's/_MU_OFF_TYPE_/$(MU_OFF_TYPE)/;s/_MU_DEFAULT_RECORD_/$(MU_DEFAULT_RECORD)/' $(top_srcdir)/include/mailutils/types.hin > $@ | 23 | $(AM_V_GEN)sed 's/_MU_OFF_TYPE_/$(MU_OFF_TYPE)/;s/_MU_DEFAULT_RECORD_/$(MU_DEFAULT_RECORD)/' $(top_srcdir)/include/mailutils/types.hin > $@ |
24 | DISTCLEANFILES = types.h | 24 | DISTCLEANFILES = types.h |
25 | 25 | ||
26 | pkginclude_DATA = types.h | ||
27 | pkginclude_HEADERS = \ | 26 | pkginclude_HEADERS = \ |
28 | acl.h\ | 27 | acl.h\ |
29 | address.h\ | 28 | address.h\ |
... | @@ -100,6 +99,7 @@ pkginclude_HEADERS = \ | ... | @@ -100,6 +99,7 @@ pkginclude_HEADERS = \ |
100 | syslog.h\ | 99 | syslog.h\ |
101 | sql.h\ | 100 | sql.h\ |
102 | tls.h\ | 101 | tls.h\ |
102 | types.h\ | ||
103 | url.h\ | 103 | url.h\ |
104 | vartab.h\ | 104 | vartab.h\ |
105 | version.h\ | 105 | version.h\ | ... | ... |
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
17 | AT_BANNER(URL Composition) | 17 | AT_BANNER(URL Composition) |
18 | 18 | ||
19 | dnl ------------------------------------------------------------ | 19 | dnl ------------------------------------------------------------ |
20 | 1 2 3 4 | 20 | dnl 1 2 3 4 |
21 | dnl URLCOMP(KW, ARGS, [STDOUT = `'], [STDERR = `']) | 21 | dnl URLCOMP(KW, ARGS, [STDOUT = `'], [STDERR = `']) |
22 | dnl | 22 | dnl |
23 | 23 | ... | ... |
-
Please register or sign in to post a comment