# Makefile

PP       = -pp camlp4o
SOURCES  = configuration.mli configuration.ml
NAME     = config
REQUIRES = threads

include Makefile.library
