From 0db654a743ca4b2d9e7a65d0f7e6d420ec3ff632 Mon Sep 17 00:00:00 2001 From: Sven Herzberg Date: Sat, 26 Jul 2008 23:58:34 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20544863=20=E2=80=93=20gtkquartz.h=20not=20?= =?UTF-8?q?included=20in=20released=202.13.5=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-07-27 Sven Herzberg Bug 544863 – gtkquartz.h not included in released 2.13.5 package * gtk/Makefile.am: explicitly include the moved header in EXTRA_DIST svn path=/trunk/; revision=20908 --- ChangeLog | 6 ++++++ gtk/Makefile.am | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 83aa8941f1..13c3599d99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-07-27 Sven Herzberg + + Bug 544863 – gtkquartz.h not included in released 2.13.5 package + + * gtk/Makefile.am: explicitly include the moved header in EXTRA_DIST + 2008-07-25 Murray Cumming * gtk/gtkstatusicon.c (gtk_status_icon_class_init): diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 6316c7600b..8c8bcc633e 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -718,10 +718,11 @@ endif if USE_QUARTZ gtk_clipboard_dnd_c_sources = gtkclipboard-quartz.c gtkdnd-quartz.c gtkquartz.c gtk_clipboard_dnd_h_sources = gtkquartz.h +EXTRA_DIST += gtkquartz.h gtk_clipboard_dnd_c_sources_CFLAGS = "-xobjective-c" else gtk_clipboard_dnd_c_sources = gtkclipboard.c gtkdnd.c -gtk_clipboard_dnd_c_sources_CFLAGS = +gtk_clipboard_dnd_c_sources_CFLAGS = endif # we use our own built_sources variable rules to avoid automake's