diff options
Diffstat (limited to 'source4/gtk')
-rw-r--r-- | source4/gtk/common/gtk-smb.h | 4 | ||||
-rw-r--r-- | source4/gtk/config.mk | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/source4/gtk/common/gtk-smb.h b/source4/gtk/common/gtk-smb.h index 378e909f5d..98916d19ec 100644 --- a/source4/gtk/common/gtk-smb.h +++ b/source4/gtk/common/gtk-smb.h @@ -23,8 +23,6 @@ #define __GTK_SMB_H__ -#ifdef HAVE_GTK - #define GTK_DISABLE_DEPRECATED #include <gtk/gtk.h> @@ -59,8 +57,6 @@ struct _GtkRpcBindingDialogClass #define GTK_RPC_BINDING_DIALOG_CLASS(klass) GTK_CHECK_CLASS_CAST (klass, gtk_rpc_binding_dialog_class_get_type (), GtkRpcBindingDialogClass) #define IS_GTK_RPC_BINDING_DIALOG(obj) GTK_CHECK_TYPE (obj, gtk_rpc_binding_dialog_get_type ()) -#endif - /* subsystem prototypes */ GtkWidget *create_gtk_samba_about_dialog (const char *appname); void gtk_show_ntstatus(GtkWidget *win, const char *, NTSTATUS status); diff --git a/source4/gtk/config.mk b/source4/gtk/config.mk index 09c53e1a4d..62697743ba 100644 --- a/source4/gtk/config.mk +++ b/source4/gtk/config.mk @@ -2,7 +2,10 @@ ############################## # Start SUBSYSTEM GTKSMB -[SUBSYSTEM::GTKSMB] +[LIBRARY::GTKSMB] +MAJOR_VERSION = 0 +MINOR_VERSION = 0 +RELEASE_VERSION = 1 NOPROTO = YES INIT_OBJ_FILES = common/gtk-smb.o ADD_OBJ_FILES = common/select.o \ |