mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 10:41:40 +00:00
11 lines
189 B
Makefile
11 lines
189 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = src/lib example tests
|
|
|
|
if BUILD_FUZZTARGETS
|
|
SUBDIRS += fuzz
|
|
endif
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libndpi.pc
|
|
|
|
EXTRA_DIST = autogen.sh
|