fix build error
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 20 Sep 2011 11:08:37 +0000 (20:08 +0900)
committerJaehwan 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

index 68c9408..23821de 100755 (executable)
@@ -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)
+$(TARGETS): %: %.c
+       $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)
 
 clean:
        rm -f $(TARGETS)