From 1106a16497c95183da4ba5368c40f841821ec294 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Thu, 16 Sep 2004 18:47:20 +0000 Subject: [PATCH] my small change to config to add optimze build for a cpu did break build for lpc it did need small change in makefile for lpc now it works agein sorry all svn path=/trunk/; revision=10877 --- reactos/apps/tests/lpc/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/apps/tests/lpc/makefile b/reactos/apps/tests/lpc/makefile index 9cb9c28e72e..b18cfec95b6 100644 --- a/reactos/apps/tests/lpc/makefile +++ b/reactos/apps/tests/lpc/makefile @@ -3,6 +3,7 @@ # PATH_TO_TOP = ../../.. +include $(PATH_TO_TOP)/config include $(PATH_TO_TOP)/rules.mak SRV_OBJECTS= lpcsrv.o