fix Makefile for cli

This commit is contained in:
Jim Norman 2007-05-17 16:14:03 +00:00
parent 71b7bd8124
commit ee98397065
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 17 10:09:57 MDT 2007 - jnorman@novell.com
- Bug 265898. Fix makefile to build cli
-------------------------------------------------------------------
Wed May 16 17:01:03 MDT 2007 - jnorman@novell.com

View File

@ -62,7 +62,7 @@ INCLUDES = -I. -I.. -I$(CASAROOT)/include
EXTRA_CFLAGS =
RESOURCES =
CFLAGS += $(EXTRA_CFLAGS) $(INCLUDES) $(DEFINES)
LIBS = -L/$(CASALIBDIR)/$(TARGET_CFG)
LIBS = -L$(CASALIBDIR)/$(TARGET_CFG)
LDFLAGS = -lmicasa