diff options
author | paul <paul> | 2003-08-27 06:17:18 +0000 |
---|---|---|
committer | paul <paul> | 2003-08-27 06:17:18 +0000 |
commit | fd6ff2fc6b221f2c2c30ef0d29f5e938c1737577 (patch) | |
tree | fa1707523ae5dfd8de02b24500af58dbf82d8a79 /lib | |
parent | c2f3a4cc771da731f5aedc455e6f6a543acd6e38 (diff) |
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@ |