aboutsummaryrefslogtreecommitdiff
path: root/helper/Makefile.am
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2016-02-09 14:25:08 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-03-03 22:32:04 +0300
commit96cef77a0aad6940f5b210277ffb0bccb6e5b3c1 (patch)
tree55001f97f8d7d94200e8d27ab035a9b5cca3ab97 /helper/Makefile.am
parentcc03b63e667c3acf580f20765910dbb342d452b2 (diff)
helper: ip: added ipv4 address parse
IPv4 address parse function is commonly needed by test applications. A common parse function harmonizes the definition IPv4 address as a command line parameter. Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Juha-Matti Tilli <juha-matti.tilli@nokia.com> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper/Makefile.am')
-rw-r--r--helper/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper/Makefile.am b/helper/Makefile.am
index 6f6d6cd28..4753c48fe 100644
--- a/helper/Makefile.am
+++ b/helper/Makefile.am
@@ -29,6 +29,7 @@ noinst_HEADERS = \
__LIB__libodphelper_la_SOURCES = \
eth.c \
+ ip.c \
linux.c \
hashtable.c \
lineartable.c