#!/bin/sh
# Build libraries needed by the GIMP -- aalib, an ASCII rendering library, and
# a hacked version of libmpeg.

sh aalib.build
sh mpeg_lib.build
