~ubuntu-branches/ubuntu/hardy/uim/hardy

« back to all changes in this revision

Viewing changes to gtk/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-07-06 22:17:24 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060706221724-6sobw1fcsxj647hp
Tags: 1:1.1.0-1.2
* Non-maintainer upload.
* Added -Wno-cast-align to CFLAGS, as per the RM's recommendations:

  < vorlon> Sesse: -Wno-cast-align and to hell with it :P

  Really fixes FTBFS. (Really Closes: #375081)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
 
18
18
IM_UIM_SOURCES = \
19
 
        gtk-im-uim.c \
 
19
        gtk-im-uim.c key-util-gtk.c key-util-gtk.h \
20
20
        uim-cand-win-gtk.c uim-cand-win-gtk.h \
21
21
        caret-state-indicator.c caret-state-indicator.h
22
22