aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2012-08-19 01:05:54 +0200
committerPablo Neira Ayuso <pablo@gnumonks.org>2012-08-19 01:06:57 +0200
commit060e46ea6dd6b25d851baaa8757b3531a37edb1a (patch)
tree18314a68737517b0a6923547444ec99617b53276 /configure.ac
parent775c1de0891da2d3b16efada5ee8b99f96d045a1 (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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)