Create a new list of headers for headers that should never be
installed, such as private headers that should only be available
within the Suricata project.
For now, just the util-device-private.h belongs to this set.
endif
endif
+# Headers that should never be installed.
+PRIVATE_INCLUDES = \
+ util-device-private.h
+
+# Headers that are installed with "make install-headers". They are
+# declared as "noinst_HEADERS" to avoid them being installed by
+# default.
noinst_HEADERS = \
action-globals.h \
alert-debuglog.h \
util-debug.h \
util-detect.h \
util-device.h \
- util-device-private.h \
util-dpdk.h \
util-dpdk-bonding.h \
util-dpdk-common.h \
win32-syscall.c
EXTRA_DIST = \
+ ${PRIVATE_INCLUDES} \
tests/stream-tcp-inline.c \
tests/stream-tcp-list.c \
tests/detect-ipv4hdr.c \