From a2edc933256a5f75e044a34d7708a674653daa88 Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 27 Mar 2013 14:01:42 +0000 Subject: [PATCH] Remove the dependency on the CppUTestExt library as this doesn't seem to be built by the current CppUTest distribution. --- GildedRose/C/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GildedRose/C/Makefile b/GildedRose/C/Makefile index 60d11871..3a695892 100644 --- a/GildedRose/C/Makefile +++ b/GildedRose/C/Makefile @@ -22,7 +22,7 @@ CPPFLAGS += -I$(CPPUTEST_HOME)/include # Flags passed to the C++ compiler. CFLAGS += -g -Wall -Wextra -LD_LIBRARIES = -L$(CPPUTEST_HOME)/lib -lCppUTest -lCppUTestExt +LD_LIBRARIES = -L$(CPPUTEST_HOME)/lib -lCppUTest # All tests produced by this Makefile. Remember to add new tests you # created to the list.