X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/665dfc96f45c47ecfae79f1baa2c29dabe5a2ded..3b819525f14d5c7653404b11c68b49981f8ff7af:/Makefile.am diff --git a/Makefile.am b/Makefile.am index a284150e..38fc3e7c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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.