diff options
author | Harald Welte <laforge@gnumonks.org> | 2012-06-17 13:12:51 +0800 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2012-06-17 13:12:51 +0800 |
commit | 8648e49a1c10ec2f6d1560aa3f6c70b059eb52c7 (patch) | |
tree | dea774270b5c415c1d4f6bb5dd460825893072c0 /openbsc/include/osmocom/gprs/Makefile.am | |
parent | de4599cc350747609f1b66d84885b34cf76ae253 (diff) |
libgb: separate header files related to spec and implementation
like in libosmogsm, we separate between header files that are just
reflecting information in the respective specs, and header files that
related to our specific implementation.
Diffstat (limited to 'openbsc/include/osmocom/gprs/Makefile.am')
-rw-r--r-- | openbsc/include/osmocom/gprs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/osmocom/gprs/Makefile.am b/openbsc/include/osmocom/gprs/Makefile.am index 66b414f3..d39592c1 100644 --- a/openbsc/include/osmocom/gprs/Makefile.am +++ b/openbsc/include/osmocom/gprs/Makefile.am @@ -1,3 +1,5 @@ libgb_HEADERS = gprs_bssgp.h gprs_ns.h gprs_ns_frgre.h gprs_msgb.h libgbdir = $(includedir)/osmocom/gprs + +SUBDIRS = protocol |