From a8f2fd2b82f94a0ca19b8ffbe5a5419982736bf3 Mon Sep 17 00:00:00 2001 From: pramsey Date: Fri, 21 Dec 2007 22:47:16 +0000 Subject: [PATCH] type subdir typo git-svn-id: http://svn.osgeo.org/geos/trunk@2090 5242fede-7e19-0410-aef8-94bd7d2200fb --- source/algorithm/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/algorithm/Makefile.am b/source/algorithm/Makefile.am index bd6abb95..3ed56ec4 100644 --- a/source/algorithm/Makefile.am +++ b/source/algorithm/Makefile.am @@ -26,5 +26,5 @@ libalgorithm_la_SOURCES = \ SIRtreePointInRing.cpp libalgorithm_la_LIBADD = \ - location/liblocation.la + locate/liblocation.la -- 2.11.4.GIT