5852c4742f
Some Makefiles use prefix when they should be using CDE_INSTALLATION_TOP. Patch by Peter G.
13 lines
331 B
Makefile
13 lines
331 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
bin_PROGRAMS = dthelpgen
|
|
|
|
bin_SCRIPTS = dthelpgen.dtsh
|
|
|
|
dthelpgen_CPPFLAGS = -I.. -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
|
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
|
|
|
|
dthelpgen_LDADD = $(LIBHELP) $(LIBSVC) $(LIBTT) $(XTOOLLIB) ${X_LIBS}
|
|
|
|
dthelpgen_SOURCES = helpgen.c
|