[GRASS-SVN] r46169 - grass/trunk/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 3 08:59:53 EDT 2011


Author: martinl
Date: 2011-05-03 05:59:53 -0700 (Tue, 03 May 2011)
New Revision: 46169

Modified:
   grass/trunk/include/Make/Shlib.make
Log:
re-enable unversioned lib names (except mingw)


Modified: grass/trunk/include/Make/Shlib.make
===================================================================
--- grass/trunk/include/Make/Shlib.make	2011-05-03 12:43:53 UTC (rev 46168)
+++ grass/trunk/include/Make/Shlib.make	2011-05-03 12:59:53 UTC (rev 46169)
@@ -8,6 +8,8 @@
 
 $(SHLIB): $(SHLIB_OBJS)
 	$(SHLIB_LD) -o $@ $(LDFLAGS) $^ $(LIBES) $(EXTRA_LIBS) $(MATHLIB)
+ifndef MINGW
+	(cd $(ARCH_LIBDIR); ln -f -s $(notdir $@) $(patsubst %.$(GRASS_VERSION_NUMBER)$(SHLIB_SUFFIX),%$(SHLIB_SUFFIX),$@))
+endif
 
 shlib: $(SHLIB)
-



More information about the grass-commit mailing list