--- src/Imakefile.orig Mon Oct 18 11:35:58 1999 +++ src/Imakefile Mon May 22 20:01:17 2000 @@ -5,9 +5,9 @@ ICONS = WSoundPrefs.xpm WSoundPrefs.tiff -CC = gcc +XCOMM CC = gcc -BINDIR = /Apps/WSoundPrefs.app +BINDIR = /GNUstep/Apps/WSoundPrefs.app XCOMM EFENCELIB = -lefence EFENCELIB = @@ -18,9 +18,9 @@ WRASTERCFLAGS = `get-wraster-flags --cflags` WRASTERLFLAGS = `get-wraster-flags --lflags` WRASTERLIBS = `get-wraster-flags --libs` -WINGSLIBS = -lWINGs -lPropList - -STD_INCLUDES = $(WRASTERCFLAGS) $(WSOUNDCFLAGS) +WINGSLIBS = -lWINGs -L/$(LOCALBASE)/lib -lPropList + +STD_INCLUDES = $(WRASTERCFLAGS) -I${LOCALBASE}/include -I${X11BASE}/include DEPLIBS = $(DEPXLIB) LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WSOUNDLFLAGS) $(WSOUNDLIBS) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB)