# Makefile
# Copyright 2005-2007 Berke DURAK, INRIA Rocquencourt and The EDOS Project.
# Released under the GNU LGPL version 2.

SOURCES  = lifetime.mli lifetime.ml
NAME     = lifetime
REQUIRES = io calendar

include Makefile.library
