#
# C library build script
# $Id: Conscript,v 1.1 2003/03/13 01:14:49 hsteoh Exp hsteoh $
#

Import qw(CONS ADIR INCDIR SODIR);

#
# Products
#

Install $CONS $INCDIR, qw(
	error.h
);

# Currently, we don't actually have any linkables in the C library.


1;
