From 28a069fb1150bbcd0a1cf096e41e784a3fc49328 Mon Sep 17 00:00:00 2001 From: Sven Herzberg Date: Sat, 9 Aug 2008 14:17:13 +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-08-09 Sven Herzberg Bug 544863 – gtkquartz.h not included in released 2.13.5 package * gtk/Makefile.am: always add gtkquartz.h to EXTRA_DIST svn path=/trunk/; revision=21052 --- ChangeLog | 6 ++++++ gtk/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ce17983bc5..cd301974bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-08-09 Sven Herzberg + + Bug 544863 – gtkquartz.h not included in released 2.13.5 package + + * gtk/Makefile.am: always add gtkquartz.h to EXTRA_DIST + 2008-08-08 Cody Russell * gtk/gtkmenushell.c diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 2cacd54907..70854ea296 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -719,12 +719,12 @@ 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 = endif +EXTRA_DIST += gtkquartz.h # we use our own built_sources variable rules to avoid automake's # BUILT_SOURCES oddities