[Pkg-ocaml-maint-commits] r3711 - /trunk/packages/ocaml-sha/trunk/debian/Makefile

ecc-guest at users.alioth.debian.org ecc-guest at users.alioth.debian.org
Mon Apr 23 01:43:23 UTC 2007


Author: ecc-guest
Date: Mon Apr 23 01:43:23 2007
New Revision: 3711

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3711
Log:
add sha.ml to SOURCES

Modified:
    trunk/packages/ocaml-sha/trunk/debian/Makefile

Modified: trunk/packages/ocaml-sha/trunk/debian/Makefile
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-sha/trunk/debian/Makefile?rev=3711&op=diff
==============================================================================
--- trunk/packages/ocaml-sha/trunk/debian/Makefile (original)
+++ trunk/packages/ocaml-sha/trunk/debian/Makefile Mon Apr 23 01:43:23 2007
@@ -1,6 +1,6 @@
 OCAMLMAKEFILE = /usr/share/ocaml-tools/OCamlMakefile
 
-SOURCES = $(foreach n,1 256 512,sha$(n).mli sha$(n).ml sha$(n)_stubs.c)
+SOURCES = sha.ml $(foreach n,1 256 512,sha$(n).mli sha$(n).ml sha$(n)_stubs.c)
 CFLAGS = -Wall -O3 -funroll-loops
 RESULT = sha
 




More information about the Pkg-ocaml-maint-commits mailing list