dthello: build the resource file Dthello
This commit is contained in:
parent
a5a5d83cbd
commit
0a62def9bd
|
|
@ -13,3 +13,11 @@ dthello_LDADD += $(TIRPCLIB)
|
|||
endif
|
||||
|
||||
dthello_SOURCES = dthello.c
|
||||
|
||||
CPP_TARGETS = Dthello
|
||||
BUILT_SOURCES = $(CPP_TARGETS)
|
||||
CLEANFILES = $(CPP_TARGETS)
|
||||
|
||||
Dthello: Dthello.src
|
||||
$(RM) $@
|
||||
$(GENCPP) -P -DXCOMM=# $< > $@
|
||||
|
|
|
|||
Loading…
Reference in New Issue