aboutsummaryrefslogtreecommitdiffstats
path: root/vlib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'vlib/Makefile.am')
-rw-r--r--vlib/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/vlib/Makefile.am b/vlib/Makefile.am
index b38c843fc5f..17b23dfd1a8 100644
--- a/vlib/Makefile.am
+++ b/vlib/Makefile.am
@@ -65,6 +65,8 @@ nobase_include_HEADERS = \
vlib/node_funcs.h \
vlib/node.h \
vlib/physmem.h \
+ vlib/pci/pci.h \
+ vlib/pci/pci_config.h \
vlib/threads.h \
vlib/trace_funcs.h \
vlib/trace.h \
@@ -81,12 +83,14 @@ libvlib_unix_la_SOURCES = \
vlib/unix/plugin.c \
vlib/unix/plugin.h \
vlib/unix/physmem.c \
- vlib/unix/unix.h
+ vlib/unix/pci.c \
+ vlib/unix/util.c
nobase_include_HEADERS += \
vlib/unix/cj.h \
vlib/unix/mc_socket.h \
vlib/unix/physmem.h \
+ vlib/unix/pci.h \
vlib/unix/plugin.h \
vlib/unix/unix.h