From bcc7af9f4c2290fcd39706cf9d13c33ad5e61f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:15:41 -0400 Subject: [PATCH] wxpython: Remove non-existing scripts folder from Makefile (#3529) --- gui/wxpython/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/wxpython/Makefile b/gui/wxpython/Makefile index a0e63e46273..b56e64ebaa5 100644 --- a/gui/wxpython/Makefile +++ b/gui/wxpython/Makefile @@ -8,7 +8,7 @@ include $(MODULE_TOPDIR)/include/Make/Python.make DSTDIR = $(GUIDIR)/wxpython -SRCFILES := $(wildcard icons/*.py scripts/*.py xml/*) \ +SRCFILES := $(wildcard icons/*.py xml/*) \ $(wildcard animation/*.py core/*.py datacatalog/*.py history/*.py dbmgr/*.py gcp/*.py gmodeler/*.py \ gui_core/*.py iclass/*.py lmgr/*.py location_wizard/*.py main_window/*.py mapwin/*.py mapdisp/*.py \ mapswipe/*.py modules/*.py nviz/*.py psmap/*.py rdigit/*.py \ @@ -25,7 +25,7 @@ PYDSTDIRS := $(patsubst %,$(DSTDIR)/%,animation core datacatalog history dbmgr g vnet timeline iscatt tplot photo2image image2target) -DSTDIRS := $(patsubst %,$(DSTDIR)/%,icons scripts xml) +DSTDIRS := $(patsubst %,$(DSTDIR)/%,icons xml) default: $(DSTFILES) ifndef CROSS_COMPILING