summaryrefslogtreecommitdiffstats
path: root/test/module.defs
diff options
context:
space:
mode:
authorkonablend <[email protected]>2012-09-08 20:59:47 +0000
committerkonablend <[email protected]>2012-09-08 20:59:47 +0000
commit78f2400f0f78715017c5ee596c717540825f24c4 (patch)
treef358d9a406d90cd403801f2bd854e417b1290f35 /test/module.defs
parent8bdaf62855e06248bdf4c4d5b22d9051f092ad27 (diff)
Remove mingw+libmkv dependency on libiberty.
Remove mingw+test dependency on libiberty. Add build system support for propagating compiler DEFINES to contrib configure. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4942 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/module.defs')
-rw-r--r--test/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/module.defs b/test/module.defs
index 984fe7a08..699007ebe 100644
--- a/test/module.defs
+++ b/test/module.defs
@@ -68,6 +68,6 @@ ifeq ($(HAS.dlfcn),1)
TEST.GCC.l += dl
endif
TEST.GCC.D += PTW32_STATIC_LIB
- TEST.GCC.l += iberty ws2_32
+ TEST.GCC.l += ws2_32
TEST.GCC.args.extra.exe++ += -static
endif