diff --git a/Makefile.in b/Makefile.in index dfe22bd3c4..575d83ee8f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -24935,10 +24935,10 @@ SAMPLES_DIST: ALL_GUI_DIST cp $(SAMPDIR)/xrc/*.cpp $(DISTDIR)/samples/xrc cp $(SAMPDIR)/xrc/*.h $(DISTDIR)/samples/xrc cp $(SAMPDIR)/xrc/*.rc $(DISTDIR)/samples/xrc - cp $(SAMPDIR)/xrc/rc/*.xpm $(DISTDIR)/samples/widgets/rc - cp $(SAMPDIR)/xrc/rc/*.xrc $(DISTDIR)/samples/widgets/rc - cp $(SAMPDIR)/xrc/rc/*.gif $(DISTDIR)/samples/widgets/rc - cp $(SAMPDIR)/xrc/rc/*.ico $(DISTDIR)/samples/widgets/rc + cp $(SAMPDIR)/xrc/rc/*.xpm $(DISTDIR)/samples/xrc/rc + cp $(SAMPDIR)/xrc/rc/*.xrc $(DISTDIR)/samples/xrc/rc + cp $(SAMPDIR)/xrc/rc/*.gif $(DISTDIR)/samples/xrc/rc + cp $(SAMPDIR)/xrc/rc/*.ico $(DISTDIR)/samples/xrc/rc UTILS_DIST: ALL_GUI_DIST mkdir $(DISTDIR)/utils diff --git a/build/bakefiles/make_dist.mk b/build/bakefiles/make_dist.mk index 76737700a8..de88b82115 100644 --- a/build/bakefiles/make_dist.mk +++ b/build/bakefiles/make_dist.mk @@ -938,10 +938,10 @@ SAMPLES_DIST: ALL_GUI_DIST cp $(SAMPDIR)/xrc/*.cpp $(DISTDIR)/samples/xrc cp $(SAMPDIR)/xrc/*.h $(DISTDIR)/samples/xrc cp $(SAMPDIR)/xrc/*.rc $(DISTDIR)/samples/xrc - cp $(SAMPDIR)/xrc/rc/*.xpm $(DISTDIR)/samples/widgets/rc - cp $(SAMPDIR)/xrc/rc/*.xrc $(DISTDIR)/samples/widgets/rc - cp $(SAMPDIR)/xrc/rc/*.gif $(DISTDIR)/samples/widgets/rc - cp $(SAMPDIR)/xrc/rc/*.ico $(DISTDIR)/samples/widgets/rc + cp $(SAMPDIR)/xrc/rc/*.xpm $(DISTDIR)/samples/xrc/rc + cp $(SAMPDIR)/xrc/rc/*.xrc $(DISTDIR)/samples/xrc/rc + cp $(SAMPDIR)/xrc/rc/*.gif $(DISTDIR)/samples/xrc/rc + cp $(SAMPDIR)/xrc/rc/*.ico $(DISTDIR)/samples/xrc/rc UTILS_DIST: ALL_GUI_DIST mkdir $(DISTDIR)/utils