|
From: <kin...@us...> - 2023-07-19 18:12:32
|
Revision: 7131
http://sourceforge.net/p/teem/code/7131
Author: kindlmann
Date: 2023-07-19 18:12:29 +0000 (Wed, 19 Jul 2023)
Log Message:
-----------
no, limn does not depend on gage
Modified Paths:
--------------
teem/trunk/src/limn/GNUmakefile
teem/trunk/src/limn/limn.h
Modified: teem/trunk/src/limn/GNUmakefile
===================================================================
--- teem/trunk/src/limn/GNUmakefile 2023-07-19 18:04:20 UTC (rev 7130)
+++ teem/trunk/src/limn/GNUmakefile 2023-07-19 18:12:29 UTC (rev 7131)
@@ -44,7 +44,7 @@
#### Describe library here
####
####
-$(L).NEED = gage ell unrrdu nrrd biff hest air
+$(L).NEED = ell unrrdu nrrd biff hest air
$(L).PUBLIC_HEADERS = limn.h
$(L).PRIVATE_HEADERS = privateLimn.h
$(L).OBJS = defaultsLimn.o qn.o light.o envmap.o cam.o methodsLimn.o \
Modified: teem/trunk/src/limn/limn.h
===================================================================
--- teem/trunk/src/limn/limn.h 2023-07-19 18:04:20 UTC (rev 7130)
+++ teem/trunk/src/limn/limn.h 2023-07-19 18:12:29 UTC (rev 7131)
@@ -31,7 +31,6 @@
#include <teem/hest.h>
#include <teem/ell.h>
#include <teem/nrrd.h>
-#include <teem/gage.h>
#include <teem/unrrdu.h>
#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(TEEM_STATIC)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|