summaryrefslogtreecommitdiff
path: root/fluid/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-08-11 16:09:26 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-08-11 16:09:26 +0000
commit00ef77c2676606e5e215a369163aa01babb827da (patch)
tree17f5c811a281b72e126239943754c99282b8c2db /fluid/Makefile
parent64859c22f78f736eb9c44e5bd45dbbfafdab24d1 (diff)
Add new widgets to FLUID.
Add on-line help to FLUID. Change ALT shortcuts to CTRL shortcuts. Update config script to set documentation directory in config.h. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1572 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Makefile')
-rw-r--r--fluid/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/fluid/Makefile b/fluid/Makefile
index 4025dc366..88dbd5de4 100644
--- a/fluid/Makefile
+++ b/fluid/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.10.2.6.2.2 2001/08/02 18:08:36 easysw Exp $"
+# "$Id: Makefile,v 1.10.2.6.2.3 2001/08/11 16:09:26 easysw Exp $"
#
# Fluid makefile for the Fast Light Tool Kit (FLTK).
#
@@ -51,7 +51,8 @@ include ../makeinclude
$(PROGRAM) : $(OBJECTS) ../lib/$(LIBNAME)
echo Linking $@...
- $(CXX) $(LDFLAGS) -o $(PROGRAM) $(OBJECTS) $(LINKFLTK) $(LDLIBS)
+ $(CXX) $(LDFLAGS) -o $(PROGRAM) $(OBJECTS) $(LINKFLTK) $(LDLIBS) \
+ $(IMAGELIBS)
clean :
-@ rm -f *.o $(PROGRAM) $(CLEAN) core *~ makedepend
@@ -85,5 +86,5 @@ rebuild:
./fluid -c widget_panel.fl
#
-# End of "$Id: Makefile,v 1.10.2.6.2.2 2001/08/02 18:08:36 easysw Exp $".
+# End of "$Id: Makefile,v 1.10.2.6.2.3 2001/08/11 16:09:26 easysw Exp $".
#