Commit c2cef2e616bad37c60fde01d842abe7e52abdf2b

Authored by Georg Hopp
1 parent 84f264c6

add lines of code to config.h ... make me able to display these in the application

Showing 1 changed file with 3 additions and 0 deletions
... ... @@ -76,6 +76,9 @@ AM_CFLAGS="${AM_CFLAGS} -DCONFIGDIR=\\\"${myetcdir}\\\""
76 76 AM_CFLAGS="${AM_CFLAGS} ${CFLAGS}"
77 77 AC_SUBST(AM_CFLAGS)
78 78
  79 +loc=`find src/ include/ -not -path testers -and -name "*.[[ch]]" -exec sed '/\/\*/,/\*\//d;/\/\//d' {} \; | wc -l`
  80 +AC_DEFINE_UNQUOTED([LOC], ["${loc}"], [Lines of code])
  81 +
79 82 AC_CONFIG_FILES([assets/html/_documentation.html])
80 83
81 84 AC_CONFIG_FILES([Makefile
... ...
Please register or login to post a comment