aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-10-15 00:29:47 +0200
committerSylvain Munaut <tnt@246tNt.com>2011-10-15 16:53:51 +0200
commitf95ac67d650851366d1069083dd14c33fd7af99c (patch)
treeb5f137b9f42ee79fa04216aac4be6d7e9881bf5f /include
parent7c73e82a2b2d94854267a54a49bf119998982fff (diff)
build: Add all the autotools 'magic'
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
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