aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-02-25 16:56:16 +0700
committerfixeria <vyanitskiy@sysmocom.de>2023-02-27 11:14:40 +0000
commit94e0af0a6d1e080e8debb06e56e4278c262c74c1 (patch)
tree6269bec5ab73fb776a88770bb0d658ec8c8908ae /configure.ac
parent85e24a6410e27c90773b87e8a2471577c6d7c78a (diff)
doxygen: also generate documentation for libosmo{sim,usb}
We do have API documentation for all libraries, excepte these two. Change-Id: I2ec5803bc219b9ceaf0d52d41a03ab78f580e689
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ee1c6f0b..ecff6544 100644
--- a/configure.ac
+++ b/configure.ac
@@ -627,5 +627,7 @@ AC_OUTPUT(
Doxyfile.coding
Doxyfile.gb
Doxyfile.ctrl
+ Doxyfile.sim
+ Doxyfile.usb
Makefile
contrib/libosmocore.spec)