diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2021-07-04 13:14:39 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2021-07-08 20:50:46 +0200 |
commit | fc39a7f4b0a624a833f087b4a96841c87b0fdb17 (patch) | |
tree | 353df41476ba86f1cfdd4394eba7287d88132c02 /scripts | |
parent | mod-probe: don't try to get TCP RTT in the XDP mode (diff) | |
download | knot-fc39a7f4b0a624a833f087b4a96841c87b0fdb17.tar.xz knot-fc39a7f4b0a624a833f087b4a96841c87b0fdb17.zip |
libknot: move XDP-related headers from libknot.h to xdp.h
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update-project-files.py | 1 |
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" |