# # # patch "Makefile.am" # from [78231137f33b5f9eadb659c071ca2f3d9383b2f0] # to [b71cdc747db78679b1e0ce9f22403b65b4c78619] # ============================================================ --- Makefile.am 78231137f33b5f9eadb659c071ca2f3d9383b2f0 +++ Makefile.am b71cdc747db78679b1e0ce9f22403b65b4c78619 @@ -19,7 +19,8 @@ LUAEXT_SOURCES = \ luaext_mkstemp.cc luaext_parse_basic_io.cc \ luaext_guess_binary.cc luaext_platform.cc luaext_globish.cc \ lua.cc lua.hh mkstemp.cc mkstemp.hh file_io.cc file_io.hh \ - globish.cc globish.hh basic_io.cc basic_io.hh + globish.cc globish.hh basic_io.cc basic_io.hh \ + char_classifiers.hh MOST_SOURCES = \ $(SANITY_CORE_SOURCES) $(LUAEXT_SOURCES) platform-wrapped.hh \