mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 21:25:12 +02:00
build: fix objdir builds for ipset-5 (xt-a specific)
This commit is contained in:
@@ -3,6 +3,7 @@ HEAD
|
||||
====
|
||||
Fixes:
|
||||
- build: restore functionality of `configure --without-kbuild`
|
||||
- build: fix objdir builds for ipset-5 (xt-a specific)
|
||||
- xt_LOGMARK: fix detection of untracked connection for Linux >= 2.6.36
|
||||
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# -*- Makefile -*-
|
||||
|
||||
AM_CFLAGS = ${regular_CFLAGS} ${libmnl_CFLAGS} -Iinclude
|
||||
AM_CFLAGS = ${regular_CFLAGS} ${libmnl_CFLAGS} -I${srcdir}/include
|
||||
|
||||
include ../../Makefile.extra
|
||||
|
||||
|
Reference in New Issue
Block a user