~paulliu/ubuntu/precise/freerdp/fixext

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2010-10-25 14:29:02 UTC
  • mto: (9.1.1 sid) (1.1.7)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20101025142902-j8hmshnnxhu61l4m
Tags: upstream-0.8.1
ImportĀ upstreamĀ versionĀ 0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        asn1 \
4
4
        libfreerdp \
5
5
        doc \
 
6
        contrib \
6
7
        include \
7
8
        libfreerdpkbd \
8
9
        keymaps \
 
10
        libfreerdpgdi \
9
11
        libfreerdpchanman \
10
12
        channels/common \
11
13
        channels/rdpsnd \
 
14
        channels/drdynvc \
 
15
        channels/drdynvc/pnpdr \
 
16
        channels/drdynvc/audin \
12
17
        channels/cliprdr \
13
18
        channels/rdpdr \
14
19
        channels/rdpdr/disk \
15
 
        channels/rdpdr/printer
 
20
        channels/rdpdr/printer \
 
21
        channels/rdpdr/serial \
 
22
        channels/rdpdr/parallel
16
23
 
17
24
OPTIONAL_SUBDIRS = \
 
25
        cunit \
18
26
        X11 \
 
27
        win \
19
28
        dfb
20
29
 
21
30
SUBDIRS = $(REQUIRED_SUBDIRS) $(EXTRA_SUBDIRS)