X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fgdome_xslt%2Focaml%2Fgdome_xslt%2FMakefile.am;h=623d8cdc37bd178a9d239b9087d9d4bb1afd913f;hb=1b21075e987872a2e3103203b4e67c939e4a9f6a;hp=21e3954b84be0f8dd30ee88d5d902fe4d1d18472;hpb=6e8a70cf51cb8af67f30ef47f1b49fdcec72c6cd;p=helm.git diff --git a/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.am b/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.am index 21e3954b8..623d8cdc3 100644 --- a/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.am +++ b/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.am @@ -16,7 +16,7 @@ BUILT_SOURCES = x_gdome_xslt.c CLEANFILES = \ $(ARCHIVE).cma $(ARCHIVE).cmxa $(ARCHIVE).a lib$(ARCHIVE).a $(DLL) \ - *.cmo *.cmx *.cmi + *.cmo *.cmx *.cmi $(BUILT_SOURCES) EXTRA_DIST = \ META.in .depend \ @@ -37,7 +37,7 @@ noinst_LTLIBRARIES = libmlgdome2-xslt.la C_SRC = ml_gdome_xslt.c x_gdome_xslt.c libmlgdome2_xslt_la_SOURCES = $(C_SRC) -O_S = $(C_SRC:%.c=%.o) +O_S = $(C_SRC:%.c=.libs/%.o) LO_S = $(O_S:%.o=%.lo) CMA_DEPS = i_gdome_xslt.cmo gdome_xslt.cmo CMXA_DEPS = $(CMA_DEPS:%.cmo=%.cmx)