You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/contrib/tile_pcie_logd/Makefile.am

15 lines
264 B
Makefile

EXTRA_DIST = LICENSE README
if BUILD_PCIE_LOGGING
bin_PROGRAMS = tile_pcie_logd
tile_pcie_logd_SOURCE = tile_pcie_logd.c
AM_CFLAGS = -std=gnu99 -Wall -Werror -g -O2 -I$(TILERA_ROOT)/include \
-DTILEPCI_HOST
tile_pcie_logd_LDDADD = -pthread
endif