[nmstools-cvs] src Makefile.am,1.3,1.4
Brought to you by:
ssinyagin
|
From: Michel H. <mi...@us...> - 2002-12-17 11:55:23
|
Update of /cvsroot/nmstools/src In directory sc8-pr-cvs1:/tmp/cvs-serv12655 Modified Files: Makefile.am Log Message: ipr and spflog folders added Index: Makefile.am =================================================================== RCS file: /cvsroot/nmstools/src/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 14 Aug 2002 14:55:02 -0000 1.3 --- Makefile.am 17 Dec 2002 11:55:16 -0000 1.4 *************** *** 50,53 **** --- 50,54 ---- $(nmstools_data)/mpls/vrfipprot \ $(nmstools_data)/mpls/tagsw \ + $(nmstools_data)/mpls/spflogs \ $(nmstools_data)/ospf/configs \ $(nmstools_data)/ospf/chassis \ *************** *** 56,59 **** --- 57,62 ---- $(nmstools_data)/fhs/chassis \ $(nmstools_data)/fhs/diag \ + $(nmstools_data)/ipr/isis \ + $(nmstools_data)/ipr/ospf \ $(nmstools_data)/log *************** *** 63,67 **** $(nmstools_html)/mpls \ $(nmstools_html)/ospf \ ! $(nmstools_html)/fhs install-data-local: --- 66,71 ---- $(nmstools_html)/mpls \ $(nmstools_html)/ospf \ ! $(nmstools_html)/fhs \ ! $(nmstools_html)/ipr install-data-local: |