diff src/hotkey/Makefile @ 2330:0be42d832217

Splitted core/gui/grabbing sources; Fixed memory leak when closing configuration dialog.
author Sascha Hlusiak <contact@saschahlusiak.de>
date Sun, 20 Jan 2008 14:52:44 +0100
parents ae36702ffcf9
children c42fa8f89616
line wrap: on
line diff
--- a/src/hotkey/Makefile	Tue Jan 15 12:35:54 2008 +0200
+++ b/src/hotkey/Makefile	Sun Jan 20 14:52:44 2008 +0100
@@ -1,6 +1,6 @@
 PLUGIN = hotkey${PLUGIN_SUFFIX}
 
-SRCS = plugin.c
+SRCS = plugin.c gui.c grab.c
 
 include ../../buildsys.mk
 include ../../extra.mk