From 2d33f157898e50c2855cd014a9f50696dca8a77b Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 17 Mar 2003 01:10:58 +0000 Subject: Addition of OSPF-API - Amir Guindehi --- ospfclient/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ospfclient/Makefile.am (limited to 'ospfclient/Makefile.am') diff --git a/ospfclient/Makefile.am b/ospfclient/Makefile.am new file mode 100644 index 00000000..c345d1bd --- /dev/null +++ b/ospfclient/Makefile.am @@ -0,0 +1,19 @@ +## Automake.am for OSPF API client + +INCLUDES = -I../lib -I../ + +noinst_LIBRARIES = libospfapiclient.a +sbin_PROGRAMS = ospfclient + +libospfapiclient_a_SOURCES = \ + ospf_apiclient.c + +noinst_HEADERS = \ + ospf_apiclient.h + +ospfclient_SOURCES = \ + ospfclient.c $(libospfapiclient_a_SOURCES) + +ospfclient_LDADD = ../ospfd/libospf.a ../lib/libzebra.a + + -- cgit v1.2.1