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
This commit is contained in:

committed by
Sven Herzberg

parent
31288fd119
commit
938bebdd88
@ -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>
|
2008-07-17 Runa Bhattacharjee <runabh@gmail.com>
|
||||||
|
|
||||||
* configure.in: Added Pashto (ps) to ALL_LINGUAS
|
* configure.in: Added Pashto (ps) to ALL_LINGUAS
|
||||||
|
@ -380,7 +380,8 @@ gtk_private_h_sources = \
|
|||||||
gtktoggleactionprivate.h\
|
gtktoggleactionprivate.h\
|
||||||
gtktreedatalist.h \
|
gtktreedatalist.h \
|
||||||
gtktreeprivate.h \
|
gtktreeprivate.h \
|
||||||
gtkwindow-decorate.h
|
gtkwindow-decorate.h \
|
||||||
|
$(gtk_clipboard_dnd_h_sources)
|
||||||
|
|
||||||
# GTK+ C sources to build the library from
|
# GTK+ C sources to build the library from
|
||||||
gtk_base_c_sources = \
|
gtk_base_c_sources = \
|
||||||
@ -715,7 +716,8 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_QUARTZ
|
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"
|
gtk_clipboard_dnd_c_sources_CFLAGS = "-xobjective-c"
|
||||||
else
|
else
|
||||||
gtk_clipboard_dnd_c_sources = gtkclipboard.c gtkdnd.c
|
gtk_clipboard_dnd_c_sources = gtkclipboard.c gtkdnd.c
|
||||||
|
Reference in New Issue
Block a user