From 832233f82700abea3dc3ebd5b386654e2c0afe6b Mon Sep 17 00:00:00 2001 From: bols Date: Fri, 12 Aug 2011 14:07:18 +0900 Subject: [PATCH] commit add link param dl --- USB_Keybord_MAX3421E/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USB_Keybord_MAX3421E/src/Makefile b/USB_Keybord_MAX3421E/src/Makefile index 586258f..ed3605a 100644 --- a/USB_Keybord_MAX3421E/src/Makefile +++ b/USB_Keybord_MAX3421E/src/Makefile @@ -12,7 +12,7 @@ else LDFLAGS= -L/home/bols/systemc-2.2.0/lib-linux CXXFLAGS= -I/home/bols/systemc-2.2.0/include endif -LDLIBS= -lcppunit -lsystemc -lc +LDLIBS= -lcppunit -lsystemc -ldl SC_SRCS=$(patsubst %.nsl,%.sc,$(filter %.nsl,$(SRCS))) OBJCS=$(patsubst %.cpp,%.o,$(filter %.cpp,$(CPP_SRCS))) -- 2.11.0