diff options
author | Tom Gundersen <teg@jklm.no> | 2014-12-02 14:19:15 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-12-02 14:31:16 +0100 |
commit | d8500c53789eafefe28d4ace088bf4b912280bf9 (patch) | |
tree | d5612a025c58fdcb8a06217858e17e3380395257 /Makefile.am | |
parent | e3286870fdf20c3c93e944b24fd9af53620f7dba (diff) |
shared: add format helpers for printing MAC addresses
Use these in networctl.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 38d320fc3b..46a838d4a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -811,6 +811,7 @@ libsystemd_shared_la_SOURCES = \ src/shared/socket-util.h \ src/shared/in-addr-util.c \ src/shared/in-addr-util.h \ + src/shared/ether-addr-util.h \ src/shared/conf-files.c \ src/shared/conf-files.h \ src/shared/cgroup-util.c \ |