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.
13 lines
308 B
Makefile
13 lines
308 B
Makefile
pkglib_LTLIBRARIES = pfring.la
|
|
|
|
pfring_la_SOURCES = runmode-pfring.c source-pfring.c plugin.c
|
|
pfring_la_LDFLAGS = -module -avoid-version -shared
|
|
pfring_la_LIBADD = -lpfring
|
|
|
|
noinst_HEADERS = \
|
|
runmode-pfring.h \
|
|
source-pfring.h
|
|
|
|
install-exec-hook:
|
|
cd $(DESTDIR)$(pkglibdir) && $(RM) $(pkglib_LTLIBRARIES)
|