~ubuntu-branches/ubuntu/trusty/globus-gssapi-gsi/trusty

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2011-12-27 15:18:29 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20111227151829-wtxfg8n50mup50fo
Tags: 10.2-1
* Update to Globus Toolkit 5.2.0
* Make doc package architecture independent

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
1
include $(top_srcdir)/globus_automake_pre
3
2
include $(top_srcdir)/globus_automake_pre_top
4
3
 
7
6
        doxygen \
8
7
        pkgdata
9
8
 
 
9
doc_DATA = GLOBUS_LICENSE
 
10
 
10
11
EXTRA_DIST = \
11
 
        version.h.in
 
12
        version.h.in \
 
13
        $(doc_DATA)
12
14
 
13
15
include $(top_srcdir)/globus_automake_post
14
16
include $(top_srcdir)/globus_automake_post_top
15