diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-09-14 16:44:04 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-09-14 16:44:04 +0000 |
commit | 5fea69440e1f38e60aac0ea84af96b71e837487a (patch) | |
tree | d2ced47e40d34fbe5fad93167f6c7f41b17a0d3b | |
parent | e6169335e2f2e29e2121c1c437d8f35b1d62ee4c (diff) | |
download | gtk+-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.am | 2 | ||||
-rw-r--r-- | gtk/gtk.h | 1 |
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 \ @@ -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> |