diff options
author | Benjamin Otte <otte@redhat.com> | 2013-08-19 15:28:47 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2013-08-20 16:34:29 +0200 |
commit | 4009c8241b4edb81e020727afb65822ca95610b9 (patch) | |
tree | e83330036979875fe299b15a81acaef7d4f2e41e /gtk/Makefile.am | |
parent | dd27e55a5f41000d45db1654860ca90b2240f937 (diff) | |
download | gtk+-4009c8241b4edb81e020727afb65822ca95610b9.tar.gz |
clipboard: Split struct definitions into private header
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 134cbdd834..1891435267 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -426,6 +426,7 @@ gtk_private_h_sources = \ gtkbuttonprivate.h \ gtkcairoblurprivate.h \ gtkcellareaboxcontextprivate.h \ + gtkclipboardprivate.h \ gtkcolorswatchprivate.h \ gtkcoloreditorprivate.h \ gtkcolorplaneprivate.h \ |