~ubuntu-branches/ubuntu/karmic/iterm/karmic

« back to all changes in this revision

Viewing changes to lib/src/unix/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Fok
  • Date: 2004-02-27 04:13:16 UTC
  • Revision ID: james.westby@ubuntu.com-20040227041316-q0jn37sia8mt0t9u
Tags: upstream-0.5
ImportĀ upstreamĀ versionĀ 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if PLS
 
2
SUBDIRS         = tty pls_layout
 
3
else
 
4
if FRIBIDI
 
5
SUBDIRS         = tty  fribidi_layout
 
6
else
 
7
SUBDIRS         = tty
 
8
endif
 
9
endif
 
10