• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# -*- Makefile -*-
2
3include_HEADERS =
4nobase_include_HEADERS = xtables.h xtables-version.h
5
6if ENABLE_LIBIPQ
7include_HEADERS += libipq/libipq.h
8endif
9
10nobase_include_HEADERS += \
11	libiptc/ipt_kernel_headers.h libiptc/libiptc.h \
12	libiptc/libip6tc.h libiptc/libxtc.h libiptc/xtcshared.h
13
14uninstall-hook:
15	dir=${includedir}/libiptc; { \
16		test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; \
17	} || rmdir -p --ignore-fail-on-non-empty "$$dir"
18