From 5fea69440e1f38e60aac0ea84af96b71e837487a Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 14 Sep 2000 16:44:04 +0000 Subject: [PATCH] Add gtkclipboard.[ch Thu Sep 14 12:43:30 2000 Owen Taylor * gtk/gtk.h gtk/Makefile.am: Add gtkclipboard.[ch --- gtk/Makefile.am | 2 ++ gtk/gtk.h | 1 + 2 files changed, 3 insertions(+) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 1f335cefac..274ecc36ad 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -64,6 +64,7 @@ gtk_public_h_sources = @STRIP_BEGIN@ \ gtkcheckbutton.h \ gtkcheckmenuitem.h \ gtkclist.h \ + gtkclipboard.h \ gtkcolorsel.h \ gtkcolorseldialog.h \ gtkcombo.h \ @@ -207,6 +208,7 @@ gtk_c_sources = @STRIP_BEGIN@ \ gtkcalendar.c \ gtkcheckbutton.c \ gtkcheckmenuitem.c \ + gtkclipboard.c \ gtkclist.c \ gtkcolorsel.c \ gtkcolorseldialog.c \ diff --git a/gtk/gtk.h b/gtk/gtk.h index 2b2ad43d30..25765fdd3b 100644 --- a/gtk/gtk.h +++ b/gtk/gtk.h @@ -44,6 +44,7 @@ #include #include #include +#include #include #include #include