apps/graphics/twm4nx/Makefile: Don't build NxTerms is CONFIG_TWM4NX_NXTERM is not set
This commit is contained in:
parent
80773daff9
commit
1ed0e05815
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user