aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-18 18:01:54 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-18 18:29:34 +0100
commit4fc6118bb3c0b49a07f6c4f4d612b7967f19ced7 (patch)
tree8bbbd12270667a740af5cde701510fedb5a5ba72 /configure.ac
parent1162a24454251c6813719cf2de22fa56abeeaff6 (diff)
Split include/Makefile.am content into subdirs
When someone is modifying a given library there's no need to be looking at a common file contains tons of lines from different libraries. Furthermore, this removes the need of "nobase" autofoo prefix, hence following the usual directive of having one Makefile per directory. Change-Id: I785891c2f89114bf8303c799094b637d3d25ac71
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5f70fca3..9c9681d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -585,6 +585,19 @@ AC_OUTPUT(
libosmosim.pc
libosmousb.pc
include/Makefile
+ include/osmocom/Makefile
+ include/osmocom/codec/Makefile
+ include/osmocom/coding/Makefile
+ include/osmocom/core/Makefile
+ include/osmocom/crypt/Makefile
+ include/osmocom/ctrl/Makefile
+ include/osmocom/gprs/Makefile
+ include/osmocom/gprs/protocol/Makefile
+ include/osmocom/gsm/Makefile
+ include/osmocom/gsm/protocol/Makefile
+ include/osmocom/sim/Makefile
+ include/osmocom/usb/Makefile
+ include/osmocom/vty/Makefile
src/Makefile
src/core/Makefile
src/vty/Makefile