apps/graphics/twm4nx/Makefile: Don't build NxTerms is CONFIG_TWM4NX_NXTERM is not set

This commit is contained in:
Gregory Nutt 2019-05-12 14:40:44 -06:00
parent 80773daff9
commit 1ed0e05815

View File

@ -58,7 +58,11 @@ CXXSRCS = cbackground.cxx cfonts.cxx ciconmgr.cxx ciconwidget.cxx
CXXSRCS += cmenus.cxx cmainmenu.cxx
CXXSRCS += cwindow.cxx cwindowevent.cxx cresize.cxx cwindowfactory.cxx
CXXSRCS += cinput.cxx twm4nx_cursor.cxx
ifeq ($(CONFIG_TWM4NX_NXTERM),y)
CXXSRCS += cnxterm.cxx
endif
MAINSRC = ctwm4nx.cxx
VPATH = src