I'm just trying to get through a complete build this morning. I've run into a bit of a snag with Xbae/examples/draw and Xpm. draw.c has a rather complicated set of rules for where to find xpm.h. The problem is that in 2 of the cases we also need to add -lXpm to the link. Which means we need an AM_CONDITIONAL in there that shadows the logic in draw.c......Or should we just draw the xpm dependancy from the example???
