aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-07-28 18:17:05 +0000
committerlloyd <[email protected]>2010-07-28 18:17:05 +0000
commitf7a825d4b2986be3114df004cd9cf135fe97372d (patch)
treeb26c328d5c90a79fdad5aedcbf5378588b6fb039 /src
parentdc5fd3e18008b4dbad92e1e6f65ebec7e84d5533 (diff)
Remove redundant setting for adding libdl link on Linux in dyn_engine;
it relies on dyn_load which should be the sole source for this kind of stuff, since dyn_engine itself does not touch the OS level APIs.
Diffstat (limited to 'src')
-rw-r--r--src/engine/dyn_engine/info.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/engine/dyn_engine/info.txt b/src/engine/dyn_engine/info.txt
index 469583522..03fef7f7c 100644
--- a/src/engine/dyn_engine/info.txt
+++ b/src/engine/dyn_engine/info.txt
@@ -12,7 +12,3 @@ dyn_engine.cpp
engine
dyn_load
</requires>
-
-<libs>
-linux -> dl
-</libs>