# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/agg/hotfix-automake.patch # Copyright (C) 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- ./configure.ac.vanilla 2025-09-10 11:11:39.039000000 +0200 +++ ./configure.ac 2025-09-10 11:13:06.681991686 +0200 @@ -157,10 +157,9 @@ src/platform/win32/Makefile src/platform/BeOS/Makefile src/platform/AmigaOS/Makefile - include/Makefile - include/ctrl/Makefile - include/util/Makefile - include/platform/Makefile + include/agg/ctrl/Makefile + include/agg/util/Makefile + include/agg/platform/Makefile examples/Makefile )