diff options
author | Fernando Fernandez Mancera <ffmancera@riseup.net> | 2018-09-30 11:09:30 +0200 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2018-09-30 11:27:05 +0200 |
commit | 3ef117927cf4cf4d6b18667b9e6105cdbf96fc99 (patch) | |
tree | 9e429d5112cf44aea093f59da32138cd5cef1784 /include/Makefile.am | |
parent | a428f882ebb6b79ca18c4d18946cacba40b8d84f (diff) |
include: add missing xfrm.h to Makefile.am
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index d3a677dd..c103f485 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -31,4 +31,5 @@ noinst_HEADERS = cli.h \ rule.h \ rt.h \ utils.h \ + xfrm.h \ xt.h |