~ubuntu-branches/ubuntu/raring/freerdp/raring

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2010-06-23 21:39:09 UTC
  • Revision ID: james.westby@ubuntu.com-20100623213909-bb9pvvv03913tdv6
Tags: upstream-0.7.1
ImportĀ upstreamĀ versionĀ 0.7.1

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
        include \
 
7
        libfreerdpkbd \
 
8
        keymaps \
 
9
        libfreerdpchanman \
 
10
        channels/common \
 
11
        channels/rdpsnd \
 
12
        channels/cliprdr \
 
13
        channels/rdpdr \
 
14
        channels/rdpdr/disk \
 
15
        channels/rdpdr/printer
 
16
 
 
17
OPTIONAL_SUBDIRS = \
 
18
        X11 \
 
19
        dfb
 
20
 
 
21
SUBDIRS = $(REQUIRED_SUBDIRS) $(EXTRA_SUBDIRS)
 
22
 
 
23
DIST_SUBDIRS = $(REQUIRED_SUBDIRS) $(OPTIONAL_SUBDIRS)
 
24
 
 
25
EXTRA_DIST = autogen.sh build-aux indent-all.sh freerdp.spec \
 
26
        AUTHORS ChangeLog COPYING INSTALL NEWS README
 
27
 
 
28
pkgconfigdir = $(libdir)/pkgconfig
 
29
pkgconfig_DATA = freerdp.pc
 
30
 
 
31
## Support version extraction from GIT tree
 
32
BUILT_SOURCES = $(top_srcdir)/.version
 
33
$(top_srcdir)/.version:
 
34
        echo $(VERSION) > $@-t && mv $@-t $@
 
35
dist-hook:
 
36
        echo $(VERSION) > $(distdir)/.tarball-version