fix Makefile for cli
This commit is contained in:
parent
71b7bd8124
commit
ee98397065
@ -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
|
Wed May 16 17:01:03 MDT 2007 - jnorman@novell.com
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ INCLUDES = -I. -I.. -I$(CASAROOT)/include
|
|||||||
EXTRA_CFLAGS =
|
EXTRA_CFLAGS =
|
||||||
RESOURCES =
|
RESOURCES =
|
||||||
CFLAGS += $(EXTRA_CFLAGS) $(INCLUDES) $(DEFINES)
|
CFLAGS += $(EXTRA_CFLAGS) $(INCLUDES) $(DEFINES)
|
||||||
LIBS = -L/$(CASALIBDIR)/$(TARGET_CFG)
|
LIBS = -L$(CASALIBDIR)/$(TARGET_CFG)
|
||||||
|
|
||||||
LDFLAGS = -lmicasa
|
LDFLAGS = -lmicasa
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user