Skip to content

Commit

Permalink
wxpython: Remove non-existing scripts folder from Makefile (#3529)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Mar 25, 2024
1 parent 391e934 commit bcc7af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/wxpython/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit bcc7af9

Please sign in to comment.