gtk+ r20860 - in trunk: . gtk
- From: herzi svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20860 - in trunk: . gtk
- Date: Fri, 18 Jul 2008 15:49:14 +0000 (UTC)
Author: herzi
Date: Fri Jul 18 15:49:14 2008
New Revision: 20860
URL: http://svn.gnome.org/viewvc/gtk+?rev=20860&view=rev
Log:
2008-07-18 Sven Herzberg <sven imendio com>
Make aliasfilecheck.sh pass for the quartz backend, too.
* gtk/Makefile.am: don't include gtkquartz.h in the list of c files
Modified:
trunk/ChangeLog
trunk/gtk/Makefile.am
Modified: trunk/gtk/Makefile.am
==============================================================================
--- trunk/gtk/Makefile.am (original)
+++ trunk/gtk/Makefile.am Fri Jul 18 15:49:14 2008
@@ -380,7 +380,8 @@
gtktoggleactionprivate.h\
gtktreedatalist.h \
gtktreeprivate.h \
- gtkwindow-decorate.h
+ gtkwindow-decorate.h \
+ $(gtk_clipboard_dnd_h_sources)
# GTK+ C sources to build the library from
gtk_base_c_sources = \
@@ -715,7 +716,8 @@
endif
if USE_QUARTZ
-gtk_clipboard_dnd_c_sources = gtkclipboard-quartz.c gtkdnd-quartz.c gtkquartz.c gtkquartz.h
+gtk_clipboard_dnd_c_sources = gtkclipboard-quartz.c gtkdnd-quartz.c gtkquartz.c
+gtk_clipboard_dnd_h_sources = gtkquartz.h
gtk_clipboard_dnd_c_sources_CFLAGS = "-xobjective-c"
else
gtk_clipboard_dnd_c_sources = gtkclipboard.c gtkdnd.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]