Browse Source

added missing lib

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38428 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 years ago
parent
commit
165ae8a3de
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/rowio/Makefile

+ 1 - 0
lib/rowio/Makefile

@@ -1,5 +1,6 @@
 MODULE_TOPDIR = ../..
 
+EXTRA_LIBS=$(GISLIB)
 LIB_NAME = $(ROWIO_LIBNAME)
 
 include $(MODULE_TOPDIR)/include/Make/Lib.make