diff options
author | puppet_master <puppet_master> | 2005-07-07 19:47:37 +0000 |
---|---|---|
committer | puppet_master <puppet_master> | 2005-07-07 19:47:37 +0000 |
commit | 4d7b8bdadd8f0f7c6202e87bc8b40aa655aa43d4 (patch) | |
tree | 07b3c50eb06573f78f5ea16781578a3888fbfc11 /Makefile | |
parent | added event handler still not work (diff) | |
download | elock-4d7b8bdadd8f0f7c6202e87bc8b40aa655aa43d4.tar.xz |
New Version with ecore_evas ... and keyboard bindings ... ;)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |