summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 953f968f5..ce9355675 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.7 1998/11/05 16:04:35 mike Exp $"
+# "$Id: Makefile,v 1.8 1998/12/18 13:53:26 mike Exp $"
#
# Top-level makefile for the Fast Light Tool Kit (FLTK).
#
@@ -44,6 +44,12 @@ install: makeinclude
fi;\
(cd $$dir;$(MAKE) install);\
done
+ @if test "$(LIBNAME)" = libfltk.so.1; then\
+ ln -s libfltk.so.1 $(libdir)/libfltk.so;\
+ fi
+ @if test "$(LIBNAME)" = libfltk.sl.1; then\
+ ln -s libfltk.sl.1 $(libdir)/libfltk.sl;\
+ fi
depend: makeinclude
@for dir in $(DIRS); do\
@@ -65,5 +71,5 @@ makeinclude: configure configh.in makeinclude.in
./configure
#
-# End of "$Id: Makefile,v 1.7 1998/11/05 16:04:35 mike Exp $".
+# End of "$Id: Makefile,v 1.8 1998/12/18 13:53:26 mike Exp $".
#