aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-18 19:03:40 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-18 19:03:40 +0200
commit40d56f96b907f8afb717a5d33fd72bee0f6ad1fb (patch)
tree81801f9af9ca2f3caf45279d72a6d0c1e155a403 /include/Makefile.am
parentcc27fa6479efd446065d691d888d1729bc1be2c8 (diff)
osmocore: Add function osmo_macaddr_parse() to parse ETH MAC address
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 74396de0..3046758a 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -21,6 +21,7 @@ nobase_include_HEADERS = \
osmocom/core/linuxrbtree.h \
osmocom/core/logging.h \
osmocom/core/loggingrb.h \
+ osmocom/core/macaddr.h \
osmocom/core/msgb.h \
osmocom/core/panic.h \
osmocom/core/prim.h \