From d27fb1e73e729fdce33aad2ee1474c6b7614753b Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 18 Sep 2022 14:50:35 +0200 Subject: Moved `NDPI_API_VERSION` to `src/include/ndpi_define.h.in` where it belongs. That way, we can make `src/include/ndpi_api.h` independent of autoconf. MSBuild will like that. Signed-off-by: Toni Uhlig --- src/lib/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in index 312679756..a79cbba29 100644 --- a/src/lib/Makefile.in +++ b/src/lib/Makefile.in @@ -74,7 +74,6 @@ clean: distdir: find . -type d | xargs -I'{}' mkdir -p '$(distdir)/{}' find ../include -type f -name '*.h' \ - -a '!' -name 'ndpi_api.h' \ -a '!' -name 'ndpi_config.h' \ -a '!' -name 'ndpi_define.h' | xargs -I'{}' cp '{}' '$(distdir)/{}' find . -type f -name '*.c' \ -- cgit v1.2.3