aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am1
-rw-r--r--include/osmocom/Makefile.am1
-rw-r--r--include/osmocom/sdr/Makefile.am3
3 files changed, 5 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
new file mode 100644
index 0000000..b255997
--- /dev/null
+++ b/include/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS=osmocom
diff --git a/include/osmocom/Makefile.am b/include/osmocom/Makefile.am
new file mode 100644
index 0000000..f02c47e
--- /dev/null
+++ b/include/osmocom/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS=sdr
diff --git a/include/osmocom/sdr/Makefile.am b/include/osmocom/sdr/Makefile.am
new file mode 100644
index 0000000..bbf3c85
--- /dev/null
+++ b/include/osmocom/sdr/Makefile.am
@@ -0,0 +1,3 @@
+osmosdr_HEADERS = cfile.h cxvec.h cxvec_math.h
+
+osmosdrdir = $(includedir)/osmocom/sdr