From 2800e5d81aedb22f0751739ebbd32a743927759a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 26 Feb 2008 17:00:25 +0000 Subject: [PATCH] Add more built files so they are distributed. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22663 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/wind/Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/wind/Makefile.am b/lib/wind/Makefile.am index 1b0071e3a..d1ee70f58 100644 --- a/lib/wind/Makefile.am +++ b/lib/wind/Makefile.am @@ -7,16 +7,21 @@ lib_LTLIBRARIES = libwind.la dist_libwind_la_SOURCES = \ bidi.c \ bidi_table.c \ + bidi_table.h \ combining.c \ combining_table.c \ + combining_table.h \ doxygen.c \ errorlist.c \ errorlist_table.c \ - map_table.c \ + errorlist_table.h \ map.c \ + map_table.c \ + map_table.h \ ldap.c \ normalize.c \ normalize_table.c \ + normalize_table.h \ punycode.c \ stringprep.c \ wind.h \ @@ -70,7 +75,8 @@ check_PROGRAMS = \ test_punycode_SOURCES = \ test-punycode.c \ - punycode_examples.c + punycode_examples.c \ + punycode_examples.h bin_PROGRAMS = idn-lookup