gtk+ r21052 - in trunk: . gtk



Author: herzi
Date: Sat Aug  9 14:17:13 2008
New Revision: 21052
URL: http://svn.gnome.org/viewvc/gtk+?rev=21052&view=rev

Log:
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



Modified:
   trunk/ChangeLog
   trunk/gtk/Makefile.am

Modified: trunk/gtk/Makefile.am
==============================================================================
--- trunk/gtk/Makefile.am	(original)
+++ trunk/gtk/Makefile.am	Sat Aug  9 14:17:13 2008
@@ -719,12 +719,12 @@
 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]