From 6b07587d74b3d165e6ad2b0f204ec8a9100718e9 Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Wed, 25 Aug 1999 05:37:40 +0000 Subject: Now correctly draws XPM files with 16-bit color indexes. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@674 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fluid') diff --git a/fluid/Makefile b/fluid/Makefile index 5fb1b3522..6d0ec21aa 100644 --- a/fluid/Makefile +++ b/fluid/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.10.2.2 1999/04/19 14:01:23 mike Exp $" +# "$Id: Makefile,v 1.10.2.3 1999/08/25 05:37:38 bill Exp $" # # Fluid makefile for the Fast Light Tool Kit (FLTK). # @@ -59,7 +59,7 @@ include ../makeinclude $(CXX) -I.. $(CXXFLAGS) -o $@ $< -L../lib -lfltk $(LDLIBS) $(PROGRAM) : $(OBJECTS) ../lib/$(LIBNAME) - $(CXX) $(CXXFLAGS) -o $(PROGRAM) $(OBJECTS) -L../lib -lfltk $(LDLIBS) + $(CXX) $(LDFLAGS) -o $(PROGRAM) $(OBJECTS) -L../lib -lfltk $(LDLIBS) clean : -@ rm -f *.o $(PROGRAM) $(CLEAN) core *~ makedepend @@ -91,5 +91,5 @@ rebuild: ./fluid -c widget_panel.fl # -# End of "$Id: Makefile,v 1.10.2.2 1999/04/19 14:01:23 mike Exp $". +# End of "$Id: Makefile,v 1.10.2.3 1999/08/25 05:37:38 bill Exp $". # -- cgit v1.2.3