summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2021-07-04 13:14:39 +0200
committerDaniel Salzman <daniel.salzman@nic.cz>2021-07-08 20:50:46 +0200
commitfc39a7f4b0a624a833f087b4a96841c87b0fdb17 (patch)
tree353df41476ba86f1cfdd4394eba7287d88132c02 /scripts
parentmod-probe: don't try to get TCP RTT in the XDP mode (diff)
downloadknot-fc39a7f4b0a624a833f087b4a96841c87b0fdb17.tar.xz
knot-fc39a7f4b0a624a833f087b4a96841c87b0fdb17.zip
libknot: move XDP-related headers from libknot.h to xdp.h
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-project-files.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/update-project-files.py b/scripts/update-project-files.py
index 154228228..e2d1dfb95 100755
--- a/scripts/update-project-files.py
+++ b/scripts/update-project-files.py
@@ -11,7 +11,6 @@ SOURCES = [
]
SOURCES_EXTRA = [
- "src/libknot/libknot.h"
]
OUTPUT_FILE = "Knot.files"