~ubuntu-branches/ubuntu/maverick/uim/maverick

« back to all changes in this revision

Viewing changes to emacs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2008-05-18 22:18:10 UTC
  • mfrom: (1.1.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20080518221810-4d2rd0ca18xnu8kc
Tags: 1:1.5.1-1
* New upstream release
* uim-qt3: Add uim inputcontext plugin for Qt3. And due to uim-*-qt are
  not supported in Qt4 for now officially, uim-*-qt are contained in
  this package.
* uim-qt: Depends uim-qt3 because of described above.
* libuim6: New package for syncing with upstream upgrade soversion.
* 05_qmake_bug_workaround.dpatch: patch for the workaround that qmake does
  not add link option against other libraries(e.g. -lX11) by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
EXTRA_DIST = README.ja
 
1
EXTRA_DIST = README.ja uim-version.el.in
2
2
 
3
3
if UIM_EL
4
4
 
5
5
uimel_lispdir = $(UIMEL_LISP_DIR)
6
 
dist_uimel_lisp_DATA = uim.el uim-var.el uim-keymap.el uim-key.el uim-util.el \
 
6
dist_uimel_lisp_DATA = uim.el uim-var.el uim-version.el uim-keymap.el \
 
7
 uim-key.el uim-util.el \
7
8
 uim-candidate.el uim-preedit.el uim-debug.el uim-leim.el uim-helper.el
8
9
 
9
10
bin_PROGRAMS = uim-el-agent uim-el-helper-agent
19
20
 output.h debug.c debug.h
20
21
 
21
22
uim_el_agent_CPPFLAGS = -I$(top_srcdir)
22
 
uim_el_agent_LDADD = $(top_builddir)/uim/libuim.la
 
23
uim_el_agent_LDADD = $(top_builddir)/uim/libuim-scm.la \
 
24
                     $(top_builddir)/uim/libuim.la
23
25
 
24
26
uim_el_helper_agent_CPPFLAGS = -I$(top_srcdir)
25
 
uim_el_helper_agent_LDADD = $(top_builddir)/uim/libuim.la
 
27
uim_el_helper_agent_LDADD = $(top_builddir)/uim/libuim-scm.la \
 
28
                            $(top_builddir)/uim/libuim.la
26
29
 
27
30
endif