add missing automake / autoconf files
diff --git a/include/Makefile.am b/include/Makefile.am
new file mode 100644
index 0000000..f0015d5
--- /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 0000000..0211752
--- /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