diff options
author | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org> | 2005-11-10 17:35:53 +0000 |
---|---|---|
committer | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org> | 2005-11-10 17:35:53 +0000 |
commit | a44a84541c341187bff56f850c8e2cb43315fcb6 (patch) | |
tree | f4c8fb173d657c834c403d3db4522da411013c23 /include | |
parent | 95393d12b5b330ccd4e6d6a3391cc1d28208ebdf (diff) | |
download | conntrack-tools-a44a84541c341187bff56f850c8e2cb43315fcb6.tar.gz conntrack-tools-a44a84541c341187bff56f850c8e2cb43315fcb6.zip |
- rename plugisn to remove 'lib' prefix
- move them into 'pkglibdir'
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index f91ed48..832da6d 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,2 +1,2 @@ -include_HEADERS = libct_proto.h linux_list.h +pkginclude_HEADERS = conntrack.h linux_list.h |