[28807] in Source-Commits
larvnetd commit: now that we have larvnet.h, also install it, so other things can use it
daemon@ATHENA.MIT.EDU (Lizhou Sha)
Sat Nov 11 18:06:55 2017
Date: Sat, 11 Nov 2017 18:06:35 -0500
From: Lizhou Sha <slz@mit.edu>
Message-Id: <201711112306.vABN6ZEb008837@drugstore.mit.edu>
To: source-commits@mit.edu
https://github.com/mit-athena/larvnetd/commit/72e6540bfddb7ad733533a8aec02ae40ce65e7ab
commit 72e6540bfddb7ad733533a8aec02ae40ce65e7ab
Author: Jonathon Weiss <jweiss@mit.edu>
Date: Wed Mar 8 19:01:39 2017 -0500
now that we have larvnet.h, also install it, so other things can use it
Makefile.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 02d4a99..3d9a338 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -40,12 +40,14 @@ install:
${MKDIR_P} ${DESTDIR}${includedir}
${MKDIR_P} ${DESTDIR}${mandir}/man5
${MKDIR_P} ${DESTDIR}${mandir}/man8
+ ${MKDIR_P} ${DESTDIR}${includedir}
${INSTALL_PROGRAM} larvnetd ${DESTDIR}${sbindir}
${INSTALL} -m 444 ${srcdir}/larvnetd.8 ${DESTDIR}${mandir}/man8
${INSTALL} -m 444 ${srcdir}/larvnet.conf.5 ${DESTDIR}${mandir}/man5
${INSTALL} -m 444 ${srcdir}/larvnet.cgroups.5 ${DESTDIR}${mandir}/man5
${INSTALL} -m 444 ${srcdir}/larvnet.clusters.5 ${DESTDIR}${mandir}/man5
${INSTALL} -m 444 ${srcdir}/larvnet.printers.5 ${DESTDIR}${mandir}/man5
+ ${INSTALL} -m 444 ${srcdir}/larvnet.h ${DESTDIR}${includedir}
clean:
rm -f ${OBJS} larvnetd