diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 1 | ||||
-rw-r--r-- | include/osmocore/Makefile.am | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 00000000..f0015d5f --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = osmocore diff --git a/include/osmocore/Makefile.am b/include/osmocore/Makefile.am new file mode 100644 index 00000000..02117528 --- /dev/null +++ b/include/osmocore/Makefile.am @@ -0,0 +1,7 @@ +osmocore_HEADERS = signal.h linuxlist.h timer.h talloc.h msgb.h select.h \ + tlv.h bitvec.h comp128.h statistics.h gsm_utils.h utils.h \ + gsmtap.h + +osmocoredir = $(includedir)/osmocore + +SUBDIRS = protocol |