From 1b5d019a115bcf69786c870feb93f685ce806ff0 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 17 Mar 2003 23:54:15 +0000 Subject: Amir Guindehi -------------------------------- I've attached a small patch for zebra-pj, which adds the installation of libospf.a libzebra.a, libospfapi.a and the needed headers for ospfapi clients. the headers get installed to /usr/include/ospfd/* and /usr/include/ospfapi. --- ospfclient/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ospfclient') diff --git a/ospfclient/Makefile.am b/ospfclient/Makefile.am index c345d1bd..95a74eec 100644 --- a/ospfclient/Makefile.am +++ b/ospfclient/Makefile.am @@ -2,13 +2,15 @@ INCLUDES = -I../lib -I../ -noinst_LIBRARIES = libospfapiclient.a +lib_LIBRARIES = libospfapiclient.a sbin_PROGRAMS = ospfclient libospfapiclient_a_SOURCES = \ ospf_apiclient.c -noinst_HEADERS = \ +ospfapiheaderdir = $(includedir)/ospfapi + +ospfapiheader_HEADERS = \ ospf_apiclient.h ospfclient_SOURCES = \ -- cgit v1.2.1