diff options
author | Harald Welte <laforge@gnumonks.org> | 2012-06-17 23:05:26 +0800 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2012-06-17 23:05:26 +0800 |
commit | 641f7cee5dfe137ecb40c7a461b6235d205fc715 (patch) | |
tree | d1de06a3b81c5e62e741054770bfa26a0bda0f82 /configure.ac | |
parent | e02b9f404cdf58f829b669f95f6cb7ae8068e417 (diff) |
libosmogb: move files to proper location and fix build
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 977eef9d..484a7ddf 100644 --- a/configure.ac +++ b/configure.ac @@ -146,18 +146,22 @@ AC_OUTPUT( libosmocodec.pc libosmovty.pc libosmogsm.pc + libosmogb.pc include/osmocom/Makefile include/osmocom/vty/Makefile include/osmocom/codec/Makefile include/osmocom/crypt/Makefile include/osmocom/gsm/Makefile include/osmocom/gsm/protocol/Makefile + include/osmocom/gprs/Makefile + include/osmocom/gprs/protocol/Makefile include/osmocom/core/Makefile include/Makefile src/Makefile src/vty/Makefile src/codec/Makefile src/gsm/Makefile + src/gb/Makefile tests/Makefile tests/timer/Makefile tests/sms/Makefile |