summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-09-14 16:44:04 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-09-14 16:44:04 +0000
commit5fea69440e1f38e60aac0ea84af96b71e837487a (patch)
treed2ced47e40d34fbe5fad93167f6c7f41b17a0d3b
parente6169335e2f2e29e2121c1c437d8f35b1d62ee4c (diff)
downloadgtk+-5fea69440e1f38e60aac0ea84af96b71e837487a.tar.gz
Add gtkclipboard.[ch
Thu Sep 14 12:43:30 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtk.h gtk/Makefile.am: Add gtkclipboard.[ch
-rw-r--r--gtk/Makefile.am2
-rw-r--r--gtk/gtk.h1
2 files changed, 3 insertions, 0 deletions
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 <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>