summaryrefslogtreecommitdiff
path: root/ospfclient
diff options
context:
space:
mode:
authorpaul <paul>2003-03-17 23:54:15 +0000
committerpaul <paul>2003-03-17 23:54:15 +0000
commit1b5d019a115bcf69786c870feb93f685ce806ff0 (patch)
tree21af7fbe108d2555d841291ba6ca089ba7850013 /ospfclient
parent7ea487bcd2afa7e91874f20a4d9f12369937686d (diff)
Amir Guindehi <amir@datacore.ch>
-------------------------------- 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.
Diffstat (limited to 'ospfclient')
-rw-r--r--ospfclient/Makefile.am6
1 files changed, 4 insertions, 2 deletions
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 = \