This was a patch from Peter G, though modified a bit regarding the LDADDs the way we do them now.
11 lines
297 B
Makefile
11 lines
297 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
bin_PROGRAMS = dthelpdemo
|
|
|
|
dthelpdemo_CPPFLAGS = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
|
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
|
|
|
|
dthelpdemo_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
|
|
|
|
dthelpdemo_SOURCES = Main.c HourGlass.c HelpCache.c
|