diff options
author | paul <paul> | 2003-08-27 06:17:18 +0000 |
---|---|---|
committer | paul <paul> | 2003-08-27 06:17:18 +0000 |
commit | a16ada67fc413bfcc42ea697aa847c31b4952b2a (patch) | |
tree | 0e41c34ee08fbe7a83340d2bf59a013498d6873b /lib | |
parent | 8f94b0a0549b990a617ce11b31947330b86d0fa9 (diff) | |
download | quagga-a16ada67fc413bfcc42ea697aa847c31b4952b2a.tar.bz2 quagga-a16ada67fc413bfcc42ea697aa847c31b4952b2a.tar.xz |
2003-08-27 Jay Fenlason <fenlason@redhat.com>
* lib/Makefile.am: Do not use a lib (libcap) as a dependency
* zebra/Makefile.am: Link in libcap
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index d041770d..2aec295c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -12,7 +12,7 @@ libzebra_a_SOURCES = \ filter.c routemap.c distribute.c stream.c str.c log.c plist.c \ zclient.c sockopt.c smux.c md5.c if_rmap.c keychain.c privs.c debug.c -libzebra_a_DEPENDENCIES = @LIB_REGEX@ @LIBCAP@ +libzebra_a_DEPENDENCIES = @LIB_REGEX@ libzebra_a_LIBADD = @LIB_REGEX@ |