diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-05-03 17:59:39 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-05-03 17:59:39 +0000 |
commit | 964a6382919a06f2d84fe03e4cc517774e252d88 (patch) | |
tree | 203b9616f887e0afc93764b89566749323aefa55 /gdk | |
parent | 451c6a3707c89a5871af4337bab8bd517e305ce0 (diff) | |
download | gtk+-964a6382919a06f2d84fe03e4cc517774e252d88.tar.gz |
Add missing files. (#340533, Ludovic Rousseau)
2006-05-03 Matthias Clasen <mclasen@redhat.com>
* gdk/quartz/Makefile.am (libgdk_quartz_la_SOURCES): Add
missing files. (#340533, Ludovic Rousseau)
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/quartz/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/quartz/Makefile.am b/gdk/quartz/Makefile.am index 53c25f91bb..fa7b5be0a6 100644 --- a/gdk/quartz/Makefile.am +++ b/gdk/quartz/Makefile.am @@ -35,10 +35,12 @@ libgdk_quartz_la_SOURCES = \ gdkim-quartz.c \ gdkimage-quartz.c \ gdkinput.c \ + gdkinputprivate.h \ gdkkeys-quartz.c \ gdkmain-quartz.c \ gdkpixmap-quartz.c \ gdkpixmap-quartz.h \ + gdkprivate-quartz.h \ gdkproperty-quartz.c \ gdkquartz.h \ gdkscreen-quartz.c \ |