~paulliu/ubuntu/quantal/freerdp/fixext

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-01-31 10:02:14 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20120131100214-zvig71djj2sqgq22
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Process this file with automake to produce Makefile.in
2
 
REQUIRED_SUBDIRS = \
3
 
        asn1 \
4
 
        libfreerdp \
5
 
        doc \
6
 
        contrib \
7
 
        include \
8
 
        libfreerdpkbd \
9
 
        keymaps \
10
 
        libfreerdpgdi \
11
 
        libfreerdpchanman \
12
 
        channels/common \
13
 
        channels/rdpsnd \
14
 
        channels/drdynvc \
15
 
        channels/drdynvc/pnpdr \
16
 
        channels/drdynvc/audin \
17
 
        channels/cliprdr \
18
 
        channels/rdpdr \
19
 
        channels/rdpdr/disk \
20
 
        channels/rdpdr/printer \
21
 
        channels/rdpdr/serial \
22
 
        channels/rdpdr/parallel
23
 
 
24
 
OPTIONAL_SUBDIRS = \
25
 
        cunit \
26
 
        X11 \
27
 
        win \
28
 
        dfb
29
 
 
30
 
SUBDIRS = $(REQUIRED_SUBDIRS) $(EXTRA_SUBDIRS)
31
 
 
32
 
DIST_SUBDIRS = $(REQUIRED_SUBDIRS) $(OPTIONAL_SUBDIRS)
33
 
 
34
 
EXTRA_DIST = autogen.sh build-aux indent-all.sh freerdp.spec \
35
 
        AUTHORS ChangeLog COPYING INSTALL NEWS README
36
 
 
37
 
pkgconfigdir = $(libdir)/pkgconfig
38
 
pkgconfig_DATA = freerdp.pc
39
 
 
40
 
## Support version extraction from GIT tree
41
 
BUILT_SOURCES = $(top_srcdir)/.version
42
 
$(top_srcdir)/.version:
43
 
        echo $(VERSION) > $@-t && mv $@-t $@
44
 
dist-hook:
45
 
        echo $(VERSION) > $(distdir)/.tarball-version