diff options
| author | Sam Varshavchik | 2017-11-26 13:07:30 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2017-11-26 13:07:30 -0500 |
| commit | 4ff3f3b37394fec89209f4b3b049846779cd9a2c (patch) | |
| tree | 97b0c2dc4a9a812509339071aec2a4e528d8d945 /tcpd | |
| parent | 95e0ece16f52b1ab0f000fbbe2466fbc1922ed75 (diff) | |
| download | courier-libs-4ff3f3b37394fec89209f4b3b049846779cd9a2c.tar.bz2 | |
Misc fixes.
Potential null pointer dereference in pcp.c. Convert waitlib to use
libtool.
Diffstat (limited to 'tcpd')
| -rw-r--r-- | tcpd/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tcpd/Makefile.am b/tcpd/Makefile.am index f6bf729..7c0e23d 100644 --- a/tcpd/Makefile.am +++ b/tcpd/Makefile.am @@ -29,7 +29,7 @@ couriertcpd_DEPENDENCIES= libspipe.la \ @dblibrary@ \ ../liblock/liblock.la\ ../numlib/libnumlib.la\ - ../waitlib/libwaitlib.a\ + ../waitlib/libwaitlib.la\ ../soxwrap/libsoxwrap.a\ ../md5/libmd5.la ../random128/librandom128.la @@ -40,7 +40,7 @@ couriertcpd_LDADD= libspipe.la \ @dblibrary@ \ ../liblock/liblock.la\ ../numlib/libnumlib.la\ - ../waitlib/libwaitlib.a\ + ../waitlib/libwaitlib.la\ ../soxwrap/libsoxwrap.a\ ../md5/libmd5.la ../random128/librandom128.la \ $(couriertcpd_t:%=-Wl,%) |
