projects
/
framework
/
uifw
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14a2b4d
)
fix build error
author
Jaehwan Kim
<jae.hwan.kim@samsung.com>
Tue, 20 Sep 2011 11:08:37 +0000
(20:08 +0900)
committer
Jaehwan Kim
<jae.hwan.kim@samsung.com>
Tue, 20 Sep 2011 11:08:37 +0000
(20:08 +0900)
Change-Id: Ie8de5054dfef0e1807a2ffba9a39dd04453a59b2
TC/elm_ts/editfield/Makefile
patch
|
blob
|
history
diff --git
a/TC/elm_ts/editfield/Makefile
b/TC/elm_ts/editfield/Makefile
index
68c9408
..
23821de
100755
(executable)
--- a/
TC/elm_ts/editfield/Makefile
+++ b/
TC/elm_ts/editfield/Makefile
@@
-15,7
+15,7
@@
TARGETS = utc_UIFW_elm_editfield_add_func \
utc_UIFW_elm_editfield_entry_eraser_set_func\
utc_UIFW_elm_editfield_entry_eraser_get_func
-PKGS = elementary
+PKGS = elementary
evas
LDFLAGS = `pkg-config --libs $(PKGS)`
LDFLAGS += $(TET_ROOT)/lib/tet3/tcm_s.o
@@
-28,8
+28,8
@@
CFLAGS += -Wall
all: $(TARGETS)
-$(TARGET): %: %.c
- $(CC)
-o $@ $< $(CFLAGS)
$(LDFLAGS)
+$(TARGET
S
): %: %.c
+ $(CC)
$(CFLAGS) $< -o $@
$(LDFLAGS)
clean:
rm -f $(TARGETS)