summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorSven Herzberg <sven@imendio.com>2008-08-09 14:17:13 +0000
committerSven Herzberg <herzi@src.gnome.org>2008-08-09 14:17:13 +0000
commit28a069fb1150bbcd0a1cf096e41e784a3fc49328 (patch)
treee49828aa0aa3d26e8ce74cb21fa58a61c1e0d4ea /gtk/Makefile.am
parenteff0ba8749ffe49abb2b2f79426fb231387ac9d5 (diff)
downloadgtk+-28a069fb1150bbcd0a1cf096e41e784a3fc49328.tar.gz
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
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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