summaryrefslogtreecommitdiff
path: root/notes.c
diff options
context:
space:
mode:
authorEzekiel Newren <ezekielnewren@gmail.com>2025-10-02 23:27:26 +0000
committerJunio C Hamano <gitster@pobox.com>2025-10-03 09:37:58 -0700
commitcf680cdb9543095bf75eefce7489c34282506353 (patch)
treedf9d9c99a13a2c567a782d9b60f95d5f47a68fc4 /notes.c
parent821f583da6d30a84249f75f33501504d597bc16b (diff)
make: delete XDIFF_LIB, add xdiff to LIB_OBJS
In a future patch series the 'xdiff' Rust crate will be added. Delete the creation of the static library file for xdiff to avoid a name conflict. This also moves toward the goal of Rust only needing to link against libgit.a. Changes to Meson are not required as the xdiff library is already included in Meson's libgit.a. xdiff-objs was a historical make target to allow building just the objects in xdiff. Since it was defined in terms of XDIFF_OBJS (which no longer exists) this convenience make target no longer makes sense. Remove it. Signed-off-by: Ezekiel Newren <ezekielnewren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'notes.c')
0 files changed, 0 insertions, 0 deletions