From: Reuben Thomas <rrt@sc3d.org> Date: Sat, 20 Jan 2018 00:09:08 +0000 (+0000) Subject: Add some missing sources to the loc target X-Git-Tag: v3.7~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c4b92f6afb8190f470aed65754e62373a197639;p=recode Add some missing sources to the loc target --- diff --git a/src/Makefile.am b/src/Makefile.am index 5b8da78..7db1a48 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -63,7 +63,10 @@ libmerged_la_SOURCES = merged.c libmerged_la_CPPFLAGS = $(NON_WARN_CFLAGS) loc: - cloc $(ALL_STEPS) $(L_STEPS) common.h $(H_FALLBACKS) $(H_SURFACES) \ + cloc \ + charname.c combine.c fr-charname.c iconv.c \ + names.c outer.c recode.c request.c task.c \ + $(ALL_STEPS) $(L_STEPS) common.h $(H_FALLBACKS) $(H_SURFACES) \ $(top_srcdir)/tables.py mergelex.py $(top_srcdir)/tests/Recode.pyx \ Makefile.am $(top_srcdir)/configure.ac $(top_srcdir)/Makefile.am \ $(top_srcdir)/doc/Makefile.am $(top_srcdir)/tests/Makefile.am $(top_srcdir)/bootstrap.conf