diff options
Diffstat (limited to 'include/osmocore')
-rw-r--r-- | include/osmocore/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
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 |