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/plugins/napatech/Makefile.am

14 lines
358 B
Makefile

pkglib_LTLIBRARIES = napatech.la
napatech_la_SOURCES = runmode-napatech.c source-napatech.c util-napatech.c plugin.c
napatech_la_LDFLAGS = -module -avoid-version -shared
napatech_la_LIBADD = -lntapi
noinst_HEADERS = \
runmode-napatech.h \
source-napatech.h \
util-napatech.h
install-exec-hook:
cd $(DESTDIR)$(pkglibdir) && $(RM) $(pkglib_LTLIBRARIES)