~ubuntu-branches/ubuntu/karmic/m17n-lib/karmic

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Harshula Jayasuriya
  • Date: 2008-04-04 23:15:32 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080404231532-pys1hr3eq0qv0fcx
Tags: 1.3.4-2
libm17n-dev Depends on libxml2-dev and libthai-dev. (Closes: #473957)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
## Process this file with Automake to create Makefile.in
24
24
 
25
 
SUBDIRS = src example
 
25
SUBDIRS = intl po src example
26
26
 
27
27
bin_SCRIPTS = m17n-config
28
28
 
29
 
EXTRA_DIST = \
30
 
        m17n-core.pc.in m17n-shell.pc.in m17n-gui.pc.in
 
29
EXTRA_DIST = m4/ChangeLog config.rpath mkinstalldirs \
 
30
        m17n-core.pc.in m17n-shell.pc.in m17n-gui.pc.in bootstrap.sh
31
31
 
32
32
pkgconfigdir = ${libdir}/pkgconfig
33
33
 
34
 
PKGDATA = m17n-core.pc m17n-shell.pc
 
34
BASICDATA = m17n-core.pc m17n-shell.pc
35
35
if WITH_GUI
36
 
PKGDATA += m17n-gui.pc
 
36
PKGDATA = $(BASICDATA) m17n-gui.pc
 
37
else
 
38
PKGDATA = $(BASICDATA)
37
39
endif
38
40
pkgconfig_DATA = $(PKGDATA)
 
41
 
 
42
ACLOCAL_AMFLAGS = -I m4