diff options
Diffstat (limited to '')
-rw-r--r-- | include/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..738f807 --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1,15 @@ +SUBDIRS = libnftnl linux + +noinst_HEADERS = internal.h \ + linux_list.h \ + data_reg.h \ + expr_ops.h \ + obj.h \ + linux_list.h \ + set.h \ + common.h \ + expr.h \ + rule.h \ + set_elem.h \ + udata.h \ + utils.h |