~ubuntu-branches/ubuntu/lucid/libchewing/lucid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kanru Chen
  • Date: 2008-12-04 15:34:03 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081204153403-l9cksddl1k2e71zy
Tags: 0.3.2-1
* New Upstream Version 
* [5d96bf5] Update watch address
* [351d417] Add Vcs-Git field
* [63cd26a] Add Vcs-Browser field
* [e2a59e2] Conflict with scim-chewing << 0.3.3
* [cd15be8] Change libchewing3-data from all to any since we build
  binary data now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
ECHO_N = @ECHO_N@
112
112
ECHO_T = @ECHO_T@
113
113
EGREP = @EGREP@
 
114
ENABLE_BINARY_DATA = @ENABLE_BINARY_DATA@
114
115
EXEEXT = @EXEEXT@
115
116
FGREP = @FGREP@
116
117
GREP = @GREP@
209
210
top_srcdir = @top_srcdir@
210
211
SUBDIRS = porting_layer
211
212
INCLUDES = \
212
 
        -I$(top_builddir)/include \
 
213
        -I$(top_srcdir)/include \
 
214
        -I$(top_srcdir)/include/internal \
213
215
        -I$(top_srcdir)/src/porting_layer/include \
214
216
        -DCHEWING_DATADIR=\"$(datadir)/chewing\"
215
217