]> diplodocus.org Git - nmh/blobdiff - Makefile.am
test/runpty.c: Add missing exit(3) after child fails to execvp(3).
[nmh] / Makefile.am
index dfcd688506ca63f6ac65765ef4d673ea462112d2..4f6627e483868b68a13fa55c42d5920c8e68e567 100644 (file)
@@ -177,6 +177,7 @@ check_PROGRAMS = \
     test/getcanon \
     test/getcwidth \
     test/getfullname \
     test/getcanon \
     test/getcwidth \
     test/getfullname \
+    test/runpty \
     #
 
 ## So they can be built without builing the `check' target.
     #
 
 ## So they can be built without builing the `check' target.
@@ -365,6 +366,8 @@ noinst_HEADERS = \
     sbr/m_rand.h \
     sbr/makedir.h \
     sbr/message_id.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 \
     thirdparty/jsmn/jsmn.h \
     uip/mhfree.h \
     uip/mhoutsbr.h \
@@ -854,6 +857,9 @@ test_fakehttp_LDADD = $(LDADD) $(POSTLINK)
 test_getcwidth_SOURCES = test/getcwidth.c
 test_getcwidth_LDADD = $(POSTLINK)
 
 test_getcwidth_SOURCES = test/getcwidth.c
 test_getcwidth_LDADD = $(POSTLINK)
 
+test_runpty_SOURCES = test/runpty.c
+test_runpty_LDADD = $(POSTLINK)
+
 ##
 ## Our rebuild rules for files that aren't built via the normal mechanisms
 ##
 ##
 ## Our rebuild rules for files that aren't built via the normal mechanisms
 ##
@@ -1000,7 +1006,6 @@ sbr_libmh_a_SOURCES = \
     sbr/mime_type.c \
     sbr/mts.c \
     sbr/netsec.c \
     sbr/mime_type.c \
     sbr/mts.c \
     sbr/netsec.c \
-    sbr/norm_charmap.c \
     sbr/oauth.c \
     sbr/oauth_prof.c \
     sbr/path.c \
     sbr/oauth.c \
     sbr/oauth_prof.c \
     sbr/path.c \