diff options
author | Harald Welte <laforge@gnumonks.org> | 2012-06-16 14:59:56 +0800 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2012-06-16 15:14:00 +0800 |
commit | 73952e3ab4629076c67fd64351d3d0649d75a426 (patch) | |
tree | 9b5df5f75d44d93de18172605e3caee85bb77526 /openbsc/include/osmocom/gprs/Makefile.am | |
parent | 1e57eb611238a5e46bbfdc6fdca2ba60fca1d701 (diff) |
split libgb into a separate library for outside use
This also removes the dependency to osmo_sock() inside libcommon and
replaces it with osmo_sock_* from libosmocore
Diffstat (limited to 'openbsc/include/osmocom/gprs/Makefile.am')
-rw-r--r-- | openbsc/include/osmocom/gprs/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/osmocom/gprs/Makefile.am b/openbsc/include/osmocom/gprs/Makefile.am new file mode 100644 index 00000000..fe5714ea --- /dev/null +++ b/openbsc/include/osmocom/gprs/Makefile.am @@ -0,0 +1,3 @@ +libgb_HEADERS = gprs_bssgp.h gprs_ns.h gprs_ns_frgre.h + +libgbdir = $(includedir)/osmocom/gprs |