diff options
author | hasso <hasso> | 2003-05-25 21:39:29 +0000 |
---|---|---|
committer | hasso <hasso> | 2003-05-25 21:39:29 +0000 |
commit | e26bbebaddd76e2002df675d76531c5ce851a4b0 (patch) | |
tree | 8f7a94dce532e299e4ec018e57975996f6943892 /ospf6d/Makefile.am | |
parent | 595db7f16506d2c82a3478e9f8dab00c8733d386 (diff) |
ospf6d part of 6Wind patch.
Diffstat (limited to 'ospf6d/Makefile.am')
-rw-r--r-- | ospf6d/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/Makefile.am b/ospf6d/Makefile.am index e1b78cbc..680e89b8 100644 --- a/ospf6d/Makefile.am +++ b/ospf6d/Makefile.am @@ -28,7 +28,7 @@ noinst_HEADERS = \ ospf6d_SOURCES = \ ospf6_main.c $(libospf6_a_SOURCES) -ospf6d_LDADD = ../lib/libzebra.a +ospf6d_LDADD = -L../lib -lzebra sysconf_DATA = ospf6d.conf.sample |