From bba9d9fc807a28dc485a8c214d7425cb95285636 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 10 Oct 2012 08:29:27 +0200 Subject: MORTEVIELLE: Fix merge --- engines/plugins_table.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/plugins_table.h') diff --git a/engines/plugins_table.h b/engines/plugins_table.h index 010de0d5e2..5097c87a9d 100644 --- a/engines/plugins_table.h +++ b/engines/plugins_table.h @@ -41,6 +41,9 @@ LINK_PLUGIN(HUGO) #if PLUGIN_ENABLED_STATIC(KYRA) LINK_PLUGIN(KYRA) #endif +#if PLUGIN_ENABLED_STATIC(MORTEVIELLE) +LINK_PLUGIN(MORTEVIELLE) +#endif #if PLUGIN_ENABLED_STATIC(LASTEXPRESS) LINK_PLUGIN(LASTEXPRESS) #endif -- cgit v1.2.3