/*****************************************************************************
 *					                                    
 *	astrash - AfterStep Trashcan, Version 0.9
 *
 ****************************************************************************/

I left the binaries in the astrash and the asrm directory, perhaps they
work directly.

Installation:

  ! You need the OffiX 
  	libDnd.a 		-> DNDLIB in Imakefile
  	DragAndDrop.h		-> #include <OffiX/DragAndDrop.h> in astrash.c
  	DragAndDropTypes.h	-> #include <OffiX/DragAndDropTypes.h>

  * astrash
  
  	cd astrash
  	xmkmf
  	make			-> astrash
  	
  * asrm
  
  	cd asrm
  	xmkmf
  	make			-> asrm  
