aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/Makefile.am
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-10-21 21:55:29 +0200
committerSylvain Munaut <tnt@246tNt.com>2011-10-21 21:55:29 +0200
commit07f1103782a94090c2cef46de8a3f6d03ddfeef7 (patch)
tree1bd513f96517b2449054a6c80be189ed06a66a1a /include/osmocom/core/Makefile.am
parentdec48005cc08e2846985bbb4ff6128bb8a9beaee (diff)
timer: Add compatibility header with timer helpers
Some of these are not always present, especially when cross compiling Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'include/osmocom/core/Makefile.am')
-rw-r--r--include/osmocom/core/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/core/Makefile.am b/include/osmocom/core/Makefile.am
index 5465d5f1..1df111af 100644
--- a/include/osmocom/core/Makefile.am
+++ b/include/osmocom/core/Makefile.am
@@ -6,6 +6,8 @@ osmocore_HEADERS = signal.h linuxlist.h timer.h select.h msgb.h bits.h \
backtrace.h conv.h application.h \
crcgen.h crc8gen.h crc16gen.h crc32gen.h crc64gen.h
+noinst_HEADERS = timer_compat.h
+
if ENABLE_PLUGIN
osmocore_HEADERS += plugin.h
endif