Author: matt
Date: 2008-02-27 07:00:31 -0800 (Wed, 27 Feb 2008)
New Revision: 6057
Log:
Fixed library path in Makefile (STR #1885)

Modified:
   branches/branch-1.1/CHANGES
   branches/branch-1.1/src/Makefile

Modified: branches/branch-1.1/CHANGES
===================================================================
--- branches/branch-1.1/CHANGES 2008-02-27 08:57:44 UTC (rev 6056)
+++ branches/branch-1.1/CHANGES 2008-02-27 15:00:31 UTC (rev 6057)
@@ -6,6 +6,7 @@
          STR #1742, STR #1777, STR #1794, STR #1827, STR #1843,
          STR #1796, STR #1815, STR #1726, STR #1753, STR #1855,
          STR #1862, STR #1867, STR #1874)
+       - Fixed library path in Makefile (STR #1885)
        - Fixed image read for partial regions on X11 
          (STR #1716)
        - Fixed KDE/Gnome icon paths (STR #1795)

Modified: branches/branch-1.1/src/Makefile
===================================================================
--- branches/branch-1.1/src/Makefile    2008-02-27 08:57:44 UTC (rev 6056)
+++ branches/branch-1.1/src/Makefile    2008-02-27 15:00:31 UTC (rev 6057)
@@ -409,8 +409,8 @@
 clean:
        -$(RM) *.o *.dll.a core.* *~ *.bck *.bck
        -$(RM) $(DSONAME) $(FLDSONAME) $(GLDSONAME) $(IMGDSONAME) \
-               ../lib/$(LIBNAME) ../lib/$(FLLIBNAME) ../lib/$(GLLIBNAME) \
-               ../lib/$(IMGLIBNAME) \
+               $(LIBNAME) $(FLLIBNAME) $(GLLIBNAME) \
+               $(IMGLIBNAME) \
                libfltk.so libfltk_forms.so libfltk_gl.so libfltk_images.so \
                libfltk.sl libfltk_forms.sl libfltk_gl.sl libfltk_images.sl \
                libfltk.dylib libfltk_forms.dylib \

_______________________________________________
fltk-commit mailing list
fltk-commit@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to