diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-12 00:26:05 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-12 00:26:05 +0200 |
commit | 6416f0fbfe16593e019e1aae491b2dda53e20b8d (patch) | |
tree | 3e244962c136f2187f4bedab0378064e598bc41c /configure.ac | |
parent | ccce00377c64f9a45b86a71e4922e1e113386082 (diff) |
add doxygen stuff
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 307a391..14b04b4 100644 --- a/configure.ac +++ b/configure.ac @@ -29,6 +29,8 @@ AC_TYPE_UINT16_T CC=$(echo "${CC}" | sed 's/-std=gnu99/-std=c99/') CPP=$(echo "${CC}" | sed 's/-std=gnu99/-std=c99/') -AC_CONFIG_FILES([Makefile]) - +AC_CONFIG_FILES([ +Makefile +doc/Makefile +]) AC_OUTPUT |