summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Herzberg <sven@imendio.com>2008-07-18 15:49:14 +0000
committerSven Herzberg <herzi@src.gnome.org>2008-07-18 15:49:14 +0000
commit938bebdd88b39916880ab9fe05da5494d8f0cb96 (patch)
treed2e14718c97dae38baa1a7f996542f816cb06a76
parent31288fd119a62199a0de6778c6bdcb7c10f4c986 (diff)
downloadgtk+-938bebdd88b39916880ab9fe05da5494d8f0cb96.tar.gz
Make aliasfilecheck.sh pass for the quartz backend, too.
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 svn path=/trunk/; revision=20860
-rw-r--r--ChangeLog6
-rw-r--r--gtk/Makefile.am6
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c8d229627b..666c22414b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
+
2008-07-17 Runa Bhattacharjee <runabh@gmail.com>
* configure.in: Added Pashto (ps) to ALL_LINGUAS
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index cc07d4d4c2..6316c7600b 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -380,7 +380,8 @@ gtk_private_h_sources = \
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
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