From d24566ac6e983cb6eebef42d54671c5dc9266318 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 17 Jun 2012 13:12:51 +0800 Subject: 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. --- openbsc/include/osmocom/gprs/protocol/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 openbsc/include/osmocom/gprs/protocol/Makefile.am (limited to 'openbsc/include/osmocom/gprs/protocol/Makefile.am') diff --git a/openbsc/include/osmocom/gprs/protocol/Makefile.am b/openbsc/include/osmocom/gprs/protocol/Makefile.am new file mode 100644 index 000000000..8255a9529 --- /dev/null +++ b/openbsc/include/osmocom/gprs/protocol/Makefile.am @@ -0,0 +1,3 @@ +libgbp_HEADERS = gsm_08_16.h gsm_08_18.h + +libgbpdir = $(includedir)/osmocom/gprs/protocol -- cgit v1.2.3