diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-11-27 21:28:44 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-11-27 21:28:44 -0800 |
commit | dfef4d800288a4ca7bccc60a817ccb3abb368b01 (patch) | |
tree | 8e5778cbd80de0ba9688986388a2dbeee03e20d1 | |
parent | df32614f047426838994c16196816aa2a2db4d13 (diff) |
The top-level Makefile doesn't use RPCAPD_LIBS, so don't define it.
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 4f17169a..7e6a671f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -66,7 +66,6 @@ PROG=libpcap PTHREAD_LIBS=@PTHREAD_LIBS@ BUILD_RPCAPD=@BUILD_RPCAPD@ INSTALL_RPCAPD=@INSTALL_RPCAPD@ -RPCAPD_LIBS=@RPCAPD_LIBS@ EXTRA_NETWORK_LIBS=@EXTRA_NETWORK_LIBS@ # Standard CFLAGS for building members of a shared library |