]> Pileus Git - ~andy/gtk/commitdiff
Add gtkclipboard.[ch
authorOwen Taylor <otaylor@redhat.com>
Thu, 14 Sep 2000 16:44:04 +0000 (16:44 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 14 Sep 2000 16:44:04 +0000 (16:44 +0000)
Thu Sep 14 12:43:30 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtk.h gtk/Makefile.am: Add gtkclipboard.[ch

gtk/Makefile.am
gtk/gtk.h

index 1f335cefacbf5768729e509be32108703af50507..274ecc36ad5c02e02a1aa60580d95010968383c9 100644 (file)
@@ -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     \
index 2b2ad43d303078abc581b3bf0c587314e77a94d9..25765fdd3bd145d6cec674df995eb70cf8c1a58e 100644 (file)
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -44,6 +44,7 @@
 #include <gtk/gtkcalendar.h>
 #include <gtk/gtkcheckbutton.h>
 #include <gtk/gtkcheckmenuitem.h>
+#include <gtk/gtkclipboard.h>
 #include <gtk/gtkclist.h>
 #include <gtk/gtkcolorsel.h>
 #include <gtk/gtkcolorseldialog.h>