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.
14 lines
353 B
Makefile
14 lines
353 B
Makefile
pkglib_LTLIBRARIES = ndpi.la
|
|
|
|
ndpi_la_LDFLAGS = -module -avoid-version -shared
|
|
ndpi_la_LIBADD = @NDPI_LIB@
|
|
|
|
# Only required to find these headers when building plugins from the
|
|
# source directory.
|
|
ndpi_la_CFLAGS = -I../../rust/gen -I../../rust/dist
|
|
|
|
ndpi_la_SOURCES = ndpi.c
|
|
|
|
install-exec-hook:
|
|
cd $(DESTDIR)$(pkglibdir) && $(RM) $(pkglib_LTLIBRARIES)
|