diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-02-15 11:57:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:10:43 -0500 |
commit | 2251186b5bd164f1ad7707a428d0b6c91297f573 (patch) | |
tree | 8e0674ec2f688aa2f90856e5cfca50b034eefc9e /source4/gtk/config.mk | |
parent | 39713c703daa75becef7ae30da6930d80216e29c (diff) | |
download | samba-2251186b5bd164f1ad7707a428d0b6c91297f573.tar.gz samba-2251186b5bd164f1ad7707a428d0b6c91297f573.tar.bz2 samba-2251186b5bd164f1ad7707a428d0b6c91297f573.zip |
r5409: - add a gtk events plugin
- this is used in our gtk apps
- make the main() functions of the gtk apps look
more simular (we need to get rid of the globals
in gregedit!)
metze
(This used to be commit 1051f9b32f4a5c69a1a6928e6849c8ada047032e)
Diffstat (limited to 'source4/gtk/config.mk')
-rw-r--r-- | source4/gtk/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/gtk/config.mk b/source4/gtk/config.mk index 72040c6882..0066583973 100644 --- a/source4/gtk/config.mk +++ b/source4/gtk/config.mk @@ -5,7 +5,8 @@ [SUBSYSTEM::GTKSMB] NOPROTO = YES INIT_OBJ_FILES = gtk/common/gtk-smb.o -ADD_OBJ_FILES = gtk/common/select.o +ADD_OBJ_FILES = gtk/common/select.o \ + gtk/common/gtk_events.o REQUIRED_SUBSYSTEMS = CHARSET LIBBASIC EXT_LIB_gtk RPC_NDR_SAMR # End SUBSYSTEM GTKSMB ############################## |