Bug 544863 – gtkquartz.h not included in released 2.13.5 package

2008-08-09  Sven Herzberg  <sven@imendio.com>

	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
This commit is contained in:
Sven Herzberg 2008-08-09 14:17:13 +00:00 committed by Sven Herzberg
parent eff0ba8749
commit 28a069fb11
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-08-09 Sven Herzberg <sven@imendio.com>
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 <bratsche@gnome.org>
* gtk/gtkmenushell.c

View File

@ -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