*** Imakefile.orig	Sat Mar 12 19:38:53 1994
--- Imakefile	Thu Dec  4 22:17:31 1997
***************
*** 48,58 ****
  #define	USE_XPM
  #define USE_SHAPE
  #define	USE_XFACE
! #define USE_SOUND
! #define	USE_BUCKETS
  #define USE_POP
  #define LOOKUP_HOSTNAME
  
  #
  #  For debugging.
  #
--- 48,60 ----
  #define	USE_XPM
  #define USE_SHAPE
  #define	USE_XFACE
! #undef  USE_SOUND
! #undef 	USE_BUCKETS
  #define USE_POP
  #define LOOKUP_HOSTNAME
  
+ #define IHaveSubdirs
+ SUBDIRS = images sounds
  #
  #  For debugging.
  #
***************
*** 65,71 ****
  #	-DLOOKUP_DEBUG
  #
  #CDEBUGFLAGS= -Wall -g 
! #CDEBUGFLAGS= -g
  
  #ifdef USE_XFACE
  XFACE_SRCS	= face_search_xface.c face_image_xface.c
--- 67,73 ----
  #	-DLOOKUP_DEBUG
  #
  #CDEBUGFLAGS= -Wall -g 
! CDEBUGFLAGS= -pipe -O2
  
  #ifdef USE_XFACE
  XFACE_SRCS	= face_search_xface.c face_image_xface.c
***************
*** 265,271 ****
  
  files:
  	@echo $(HDRS) $(SRCS) $(OTHER_FILES)
! 	
  clean::
  	rm -rf Distribution
  
--- 267,273 ----
  
  files:
  	@echo $(HDRS) $(SRCS) $(OTHER_FILES)
! 
  clean::
  	rm -rf Distribution
  
