diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2010-09-27 12:22:03 +0300 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2010-09-28 10:39:39 +0300 |
commit | e0f290278b5fefff3317ff632103370fd202ec23 (patch) | |
tree | ffecf2e0caa2d5f886809d03fb1d6cf63c76ba8b /gtk/Makefile.am | |
parent | 2b3574dda1b08cb726fcba312fbf54fb584d7e30 (diff) | |
download | gtk+-e0f290278b5fefff3317ff632103370fd202ec23.tar.gz |
Fix maintainer-clean
gtkimcontextsimpleseqs.h is not really autogenerated but shipped
https://bugzilla.gnome.org/show_bug.cgi?id=630708
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 4f2c193b5f..fb040fd085 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -367,6 +367,7 @@ gtk_private_h_sources = \ gtkfilesystem.h \ gtkfilesystemmodel.h \ gtkiconcache.h \ + gtkimcontextsimpleseqs.h \ gtkintl.h \ gtkkeyhash.h \ gtkmenuprivate.h \ @@ -720,8 +721,7 @@ gtk_built_public_sources = \ # built headers that don't get installed gtk_built_private_headers = \ gtkmarshalers.h \ - gtkbuiltincache.h \ - gtkimcontextsimpleseqs.h + gtkbuiltincache.h gtk_built_sources = \ gtktypebuiltins.c \ |