~ubuntu-branches/ubuntu/precise/uim/precise

« back to all changes in this revision

Viewing changes to gtk3/candwin/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ilya Barygin
  • Date: 2011-12-18 16:35:38 UTC
  • mfrom: (1.1.13) (15.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20111218163538-8ktir39z2mjpii8z
Tags: 1:1.7.1-3ubuntu1
* Merge from Debian testing (LP: #818199).
* Remaining changes:
  - debian/uim-qt.install: Fix plugin path for multiarch location.
* Dropped changes:
  - uim-applet-gnome removal (GNOME 3 applet is available)
  - 19_as-needed_compile_fix.dpatch (accepted into Debian package)
* translations.patch: add several files to POTFILE.in to prevent
  intltool-update failure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if GTK3
 
2
libexec_PROGRAMS = uim-candwin-gtk3 uim-candwin-tbl-gtk3
 
3
uim_candwin_gtk3_SOURCES  = ../../helper/candwin-gtk.c \
 
4
                           ../../gtk/caret-state-indicator.c \
 
5
                           ../../gtk/caret-state-indicator.h
 
6
uim_candwin_gtk3_LDADD    = @GTK3_LIBS@ $(top_builddir)/uim/libuim-scm.la \
 
7
                           $(top_builddir)/uim/libuim.la
 
8
uim_candwin_gtk3_CPPFLAGS = -I$(top_srcdir)
 
9
uim_candwin_gtk3_CFLAGS   = @GTK3_CFLAGS@
 
10
 
 
11
uim_candwin_tbl_gtk3_SOURCES  = ../../helper/candwin-tbl-gtk.c \
 
12
                           ../../gtk/caret-state-indicator.c \
 
13
                           ../../gtk/caret-state-indicator.h
 
14
uim_candwin_tbl_gtk3_LDADD    = @GTK3_LIBS@ $(top_builddir)/uim/libuim-scm.la \
 
15
                           $(top_builddir)/uim/libuim.la
 
16
uim_candwin_tbl_gtk3_CPPFLAGS = -I$(top_srcdir)
 
17
uim_candwin_tbl_gtk3_CFLAGS   = @GTK3_CFLAGS@
 
18
endif