diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-04 23:47:36 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-04 23:47:36 +0100 |
commit | 8252dde50b3b1542efeec55b667791aa14fa2aad (patch) | |
tree | 33822359c0471b5526e6c9b8ea52721038db063c /gl/Makefile.am | |
parent | bc93139fcf921e2d8645a4b8dd00797a070c8ec4 (diff) | |
download | libtasn1-8252dde50b3b1542efeec55b667791aa14fa2aad.tar.gz libtasn1-8252dde50b3b1542efeec55b667791aa14fa2aad.tar.bz2 libtasn1-8252dde50b3b1542efeec55b667791aa14fa2aad.zip |
Add cyclo reports.
Diffstat (limited to 'gl/Makefile.am')
-rw-r--r-- | gl/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am index 60433be..0915eb1 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am @@ -9,7 +9,7 @@ # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. -# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --libtool --macro-prefix=gl --no-vc-files autobuild fdl-1.3 gendocs getopt gpl-3.0 lgpl-2.1 maintainer-makefile progname read-file stdint version-etc-fsf +# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --libtool --macro-prefix=gl --no-vc-files autobuild fdl-1.3 gendocs getopt gpl-3.0 lgpl-2.1 maintainer-makefile pmccabe2html progname read-file stdint version-etc-fsf AUTOMAKE_OPTIONS = 1.5 gnits @@ -93,6 +93,13 @@ EXTRA_DIST += $(top_srcdir)/maint.mk ## end gnulib module maintainer-makefile +## begin gnulib module pmccabe2html + + +EXTRA_DIST += $(top_srcdir)/build-aux/pmccabe2html $(top_srcdir)/build-aux/pmccabe.css + +## end gnulib module pmccabe2html + ## begin gnulib module progname libgnu_la_SOURCES += progname.h progname.c |