diff options
author | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org> | 2005-05-03 16:17:31 +0000 |
---|---|---|
committer | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org> | 2005-05-03 16:17:31 +0000 |
commit | c084b01462dc254cd44bff4cf0f486ee1e19cf1f (patch) | |
tree | 0f592fefe260af779590749a9877cfcb5ac67398 /include | |
parent | d894e26211f38db37015850afab6b7331edeecdb (diff) | |
download | conntrack-tools-c084b01462dc254cd44bff4cf0f486ee1e19cf1f.tar.gz conntrack-tools-c084b01462dc254cd44bff4cf0f486ee1e19cf1f.zip |
Kill hardcoded CONNTRACK_LIB_DIR=/usr/local/lib, now it uses $prefix value
passed by autoshit.
Diffstat (limited to 'include')
-rw-r--r-- | include/libct_proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libct_proto.h b/include/libct_proto.h index 1049cef..de632b2 100644 --- a/include/libct_proto.h +++ b/include/libct_proto.h @@ -6,8 +6,6 @@ #include "linux_list.h" #include <getopt.h> -#define CONNTRACK_LIB_DIR "/usr/local/lib" - struct cta_proto; struct ctproto_handler { |