]> diplodocus.org Git - nmh/blobdiff - Makefile.am
Rewrite norm_charmap(), moving code into data.
[nmh] / Makefile.am
index a284150eda71554677b635b5ae8ff214f2bd1647..f32d98bb6ff8f253f720bfc8c4b151ec40dc7f69 100644 (file)
@@ -358,7 +358,19 @@ noinst_HEADERS = \
     h/utils.h \
     mts/smtp/smtp.h \
     sbr/ctype-checked.h \
+    sbr/lock_file.h \
+    sbr/m_maildir.h \
+    sbr/m_mktemp.h \
+    sbr/m_popen.h \
+    sbr/m_rand.h \
+    sbr/makedir.h \
+    sbr/message_id.h \
+    sbr/mime_type.h \
+    sbr/unquote.h \
     thirdparty/jsmn/jsmn.h \
+    uip/mhfree.h \
+    uip/mhoutsbr.h \
+    uip/mhshowsbr.h \
     #
 
 ##
@@ -990,7 +1002,6 @@ sbr_libmh_a_SOURCES = \
     sbr/mime_type.c \
     sbr/mts.c \
     sbr/netsec.c \
-    sbr/norm_charmap.c \
     sbr/oauth.c \
     sbr/oauth_prof.c \
     sbr/path.c \
@@ -1000,7 +1011,6 @@ sbr_libmh_a_SOURCES = \
     sbr/print_sw.c \
     sbr/print_version.c \
     sbr/push.c \
-    sbr/putenv.c \
     sbr/r1bindex.c \
     sbr/read_line.c \
     sbr/read_switch.c \
@@ -1041,6 +1051,11 @@ sbr_libmh_a_SOURCES = \
 
 sbr_libmh_a_LIBADD = $(LIBOBJS)
 
+##
+## Need explicit dependency so that YACC is run before LEX.
+##
+sbr/icalendar.c: sbr/icalparse.c
+
 ##
 ## Because these files use the definitions in the libmh rule below,
 ## they need to be rebuilt if the Makefile changes.