diff --git a/ChangeLog.txt b/ChangeLog.txt index ad617f4b7..b017b2033 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -155,3 +155,6 @@ * NxWM: Increase default spacing of icons on the Start Window. * NxWM::CHexCalculator: Fix some non-standard calculator behavior after = is pressed. Use upper case hex. Increase font size. +* nxwm/Makefile: Fix error that creapt in during some other + recent check-ins. + diff --git a/nxwm/Makefile b/nxwm/Makefile index 4d4ecb4d2..e50863494 100644 --- a/nxwm/Makefile +++ b/nxwm/Makefile @@ -57,7 +57,7 @@ endif # Applications -CXXSRCS = cstartwindow.cxx cnxconsole.cxx chexcalculator.cxx +CXXSRCS += cstartwindow.cxx cnxconsole.cxx chexcalculator.cxx ifeq ($(CONFIG_NXWM_TOUCHSCREEN),y) CXXSRCS += ccalibration.cxx