From 0b22797b12b3e3c88130dc5a38fda3b946b06184 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Thu, 18 Feb 2010 20:50:30 +1300 Subject: [PATCH] oops. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25951fb4cf..7323aedb3f 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ cnc_DEPS = $(fileformats_TARGET) $(game_TARGET) cnc_LIBS = $(COMMON_LIBS) $(cnc_DEPS) aftermath_SRCS = $(shell find OpenRa.Mods.Aftermath/ -iname '*.cs') -aftermath_TARGET = mods/cnc/OpenRa.Mods.Aftermath.dll +aftermath_TARGET = mods/aftermath/OpenRa.Mods.Aftermath.dll aftermath_KIND = library aftermath_DEPS = $(fileformats_TARGET) $(game_TARGET) aftermath_LIBS = $(COMMON_LIBS) $(aftermath_DEPS)