diff options
author | Harald Welte <laforge@gnumonks.org> | 2010-02-20 21:09:24 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2010-02-20 21:09:24 +0100 |
commit | 3cae0398eaef6045de883849a236c38d1767cb41 (patch) | |
tree | e206fbaec0bb64687b98fe4db6d97ac3386be354 /include | |
parent | 26cbdcff24d42b4387f2446d698ffbf18e4bcbef (diff) |
add missing automake / autoconf files
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 |