summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpuppet_master <puppet_master>2005-07-07 19:47:37 +0000
committerpuppet_master <puppet_master>2005-07-07 19:47:37 +0000
commit4d7b8bdadd8f0f7c6202e87bc8b40aa655aa43d4 (patch)
tree07b3c50eb06573f78f5ea16781578a3888fbfc11 /Makefile
parentadded event handler still not work (diff)
downloadelock-4d7b8bdadd8f0f7c6202e87bc8b40aa655aa43d4.tar.xz
New Version with ecore_evas ... and keyboard bindings ... ;)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fb1d92a..9c9351d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
SRC = elock.c
-NAME = elock
+NAME = elcok
CFLAGS += -W -Wall
-LDFLAGS += -lecore -lecore_config -lecore_con
+LDFLAGS += -lecore -lecore_config -lecore_con -lecore_evas
OBJ = $(SRC:c=o)
RM = rm -f
CC = gcc