--- nono/wx/Makefile 2026/04/29 17:05:44 1.1.1.2 +++ nono/wx/Makefile 2026/04/29 17:05:53 1.1.1.4 @@ -24,6 +24,7 @@ CXXSRCS= \ wxbutton.cpp \ wxdipswwindow.cpp \ wxdumpmonitor.cpp \ + wxgvrammonitor.cpp \ wxlcdwindow.cpp \ wxlogmonitor.cpp \ wxlogsetting.cpp \ @@ -32,14 +33,16 @@ CXXSRCS= \ wxmonitor.cpp \ wxmpumonitor.cpp \ wxpalettemonitor.cpp \ - wxplanemonitor.cpp \ wxromwindow.cpp \ + wxscreenmonitor.cpp \ wxscrollbar.cpp \ wxsoftkey.cpp \ wxstatuspanel.cpp \ wxsubwindow.cpp \ wxtextpanel.cpp \ wxtextscreen.cpp \ + wxthreadmonitor.cpp \ + wxtvrammonitor.cpp \ wxuimessage.cpp \ wxversion.cpp \ @@ -47,7 +50,7 @@ OBJS= ${CXXSRCS:.cpp=.o} nono: ${MYLIBS} ${OBJS} ${CXX} -pthread ${LDFLAGS} -o $@ ${OBJS} ${MYLIBS_GROUP} \ - ${LIBS} ${LIBS_SLIRP} ${LIBS_WXWIDGETS} + ${LIBS} ${LIBS_SLIRP} ${LIBS_SOUND} ${LIBS_WXWIDGETS} install: nono ${INSTALL} -d ${DESTDIR}${BINDIR}