You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# -*- Makefile -*- |
|
|
|
include_HEADERS = |
|
nobase_include_HEADERS = xtables.h xtables-version.h |
|
|
|
if ENABLE_LIBIPQ |
|
include_HEADERS += libipq/libipq.h |
|
endif |
|
|
|
nobase_include_HEADERS += \ |
|
libiptc/ipt_kernel_headers.h libiptc/libiptc.h \ |
|
libiptc/libip6tc.h libiptc/libxtc.h libiptc/xtcshared.h
|
|
|