From 060e46ea6dd6b25d851baaa8757b3531a37edb1a Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 19 Aug 2012 01:05:54 +0200 Subject: channel: add abis directory under channel And move all existing A-bis channel implementation to channel/abis/ directory. This is just a cleanup to reorganize the source code tree. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 946629b..411eec9 100644 --- a/configure.ac +++ b/configure.ac @@ -53,6 +53,7 @@ AC_OUTPUT( include/osmocom/netif/channel/Makefile src/Makefile src/channel/Makefile + src/channel/abis/Makefile examples/Makefile examples/channel/Makefile Makefile) -- cgit v1.2.3