mirror of https://github.com/OISF/suricata
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.
15 lines
264 B
Makefile
15 lines
264 B
Makefile
11 years ago
|
|
||
|
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
|