]> diplodocus.org Git - nmh/blobdiff - Makefile.am
Specify function parameters in prototypes, mainly void.
[nmh] / Makefile.am
index a284150eda71554677b635b5ae8ff214f2bd1647..38fc3e7ca20d18beec990a45f7f377df0a815b1e 100644 (file)
@@ -359,6 +359,7 @@ noinst_HEADERS = \
     mts/smtp/smtp.h \
     sbr/ctype-checked.h \
     thirdparty/jsmn/jsmn.h \
+    uip/mhfree.h \
     #
 
 ##
@@ -1000,7 +1001,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 +1041,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.