From ee6e7caa070d4a562b062ee316e0fb4e5447fee5 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 10 Oct 1997 11:55:42 +0000 Subject: Also install pcap-int.h so things can call pcap_compile on arbitary expressions (eg: in pppd) --- lib/libpcap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libpcap') diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index 8eeec15..2a12962 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,5 +1,5 @@ # Makefile for libpcap -# $Id: Makefile,v 1.16 1997/05/27 00:08:01 fenner Exp $ +# $Id: Makefile,v 1.17 1997/10/05 09:39:25 jkh Exp $ LIB= pcap SRCS= grammar.c tokdefs.h pcap-bpf.c \ @@ -27,7 +27,7 @@ CFLAGS+=-I${PCAP_DISTDIR} -I${PCAP_DISTDIR}/lbl -I${PCAP_DISTDIR}/bpf .PATH: ${PCAP_DISTDIR}/bpf/net beforeinstall: -.for i in pcap.h pcap-namedb.h +.for i in pcap.h pcap-int.h pcap-namedb.h ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${PCAP_DISTDIR}/$i \ ${DESTDIR}/usr/include .endfor -- cgit v1.1