diff options
author | Stef Walter <stef@thewalter.net> | 2005-08-22 16:01:43 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2005-08-22 16:01:43 +0000 |
commit | 52475f30c4ef70fc938e8837f953e1a32f916066 (patch) | |
tree | 45a6d41668c3b92835f8ef7328de11ddc6484942 /configure.ac | |
parent | ce02a55a46a76ee731ceb6391c77f6cac8698fbf (diff) |
Added code for calculating ip subnets.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d1da445..918856e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_INIT(iptools, 0.2, nielsen@memberwebs.com) AM_INIT_AUTOMAKE(iptools, 0.2) -AC_CONFIG_SRCDIR([src/ipsort.c]) +AC_CONFIG_SRCDIR([src/ipmunge.c]) AM_CONFIG_HEADER([config.h]) # Checks for programs. |