diff --git a/cde/programs/dthelp/Makefile.am b/cde/programs/dthelp/Makefile.am index fe5465fb0..810da52f5 100644 --- a/cde/programs/dthelp/Makefile.am +++ b/cde/programs/dthelp/Makefile.am @@ -1,3 +1,5 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = parser dthelpview dthelpdemo dthelpgen dthelpprint +SUBDIRS = dthelpview dthelpgen dthelpdemo + +#NOTYET = parser dthelpprint diff --git a/cde/programs/dthelp/dthelpdemo/Makefile.am b/cde/programs/dthelp/dthelpdemo/Makefile.am new file mode 100644 index 000000000..379300cf0 --- /dev/null +++ b/cde/programs/dthelp/dthelpdemo/Makefile.am @@ -0,0 +1,10 @@ +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 diff --git a/cde/programs/dthelp/dthelpgen/Makefile.am b/cde/programs/dthelp/dthelpgen/Makefile.am index dd7be1f44..548948758 100644 --- a/cde/programs/dthelp/dthelpgen/Makefile.am +++ b/cde/programs/dthelp/dthelpgen/Makefile.am @@ -4,9 +4,10 @@ bin_PROGRAMS = dthelpgen bin_SCRIPTS = dthelpgen.dtsh -dthelpgen_CPPFLAGS = -I.. -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \ - -DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" +dthelpgen_CPPFLAGS = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \ + -DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \ + -I ../../../lib/DtHelp -dthelpgen_LDADD = $(LIBHELP) $(LIBSVC) $(LIBTT) $(XTOOLLIB) ${X_LIBS} +dthelpgen_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB) dthelpgen_SOURCES = helpgen.c diff --git a/cde/programs/dthelp/dthelpgen/helpgen.c b/cde/programs/dthelp/dthelpgen/helpgen.c index 882369abb..d4cb64a1b 100644 --- a/cde/programs/dthelp/dthelpgen/helpgen.c +++ b/cde/programs/dthelp/dthelpgen/helpgen.c @@ -41,13 +41,13 @@ #include