summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-04-26 12:36:17 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-04-26 12:36:17 +0000
commit3f47369dbc078a4eb7d4db981fec3e30e9837277 (patch)
treea116efd35af49b5bcb76257a8f8c2b83883995d0 /src/Makefile
parent5bf457ac24f4ac27ac75eafe8cb6f697c8b10ca5 (diff)
Changed $(DSONAME) target to "libfltk.so.1 libfltk.sl.1"...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@560 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index df005933c..ffd17ea53 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.18.2.7 1999/03/29 17:39:28 carl Exp $"
+# "$Id: Makefile,v 1.18.2.8 1999/04/26 12:36:17 mike Exp $"
#
# Library makefile for the Fast Light Tool Kit (FLTK).
#
@@ -157,7 +157,7 @@ $(LIBRARY): $(OBJECTS)
@$(LIBCOMMAND) $@ $(OBJECTS)
@$(RANLIB) $@
-$(DSONAME): $(OBJECTS)
+libfltk.so.1 libfltk.sl.1: $(OBJECTS)
@echo $(DSOCOMMAND) $@ ...
@$(DSOCOMMAND) $@ $(OBJECTS)
@@ -209,5 +209,5 @@ install: $(LIBRARY) $(DSONAME)
@-ln -s FL $(includedir)/Fl
#
-# End of "$Id: Makefile,v 1.18.2.7 1999/03/29 17:39:28 carl Exp $".
+# End of "$Id: Makefile,v 1.18.2.8 1999/04/26 12:36:17 mike Exp $".
#