added netlink files to Makefile.am

This commit is contained in:
2018-10-22 02:27:34 +00:00
parent 4d61e98172
commit 54cd5401d5
5 changed files with 26 additions and 13 deletions

View File

@ -13,6 +13,7 @@ pkginclude_HEADERS = \
log.h \
mtx.h \
mux.h \
netlink.h \
nwad.h \
nwif.h \
nwio.h \

View File

@ -134,10 +134,11 @@ am__can_run_installinfo = \
*) (install-info --version) >/dev/null 2>&1;; \
esac
am__pkginclude_HEADERS_DIST = aio.h aio-pro.h aio-sck.h cnd.h dir.h \
fio.h fs.h glob.h intr.h log.h mtx.h mux.h nwad.h nwif.h \
nwio.h os.h pio.h rwl.h sck.h sinfo.h sio.h spl.h task.h thr.h \
tio.h App.hpp Condition.hpp Mutex.hpp SocketAddress.hpp \
Socket.hpp SpinLock.hpp TcpServer.hpp Thread.hpp
fio.h fs.h glob.h intr.h log.h mtx.h mux.h netlink.h nwad.h \
nwif.h nwio.h os.h pio.h rwl.h sck.h sinfo.h sio.h spl.h \
task.h thr.h tio.h App.hpp Condition.hpp Mutex.hpp \
SocketAddress.hpp Socket.hpp SpinLock.hpp TcpServer.hpp \
Thread.hpp
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
@ -355,8 +356,8 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
pkginclude_HEADERS = aio.h aio-pro.h aio-sck.h cnd.h dir.h fio.h fs.h \
glob.h intr.h log.h mtx.h mux.h nwad.h nwif.h nwio.h os.h \
pio.h rwl.h sck.h sinfo.h sio.h spl.h task.h thr.h tio.h \
glob.h intr.h log.h mtx.h mux.h netlink.h nwad.h nwif.h nwio.h \
os.h pio.h rwl.h sck.h sinfo.h sio.h spl.h task.h thr.h tio.h \
$(am__append_1)
all: all-am