~ubuntu-branches/ubuntu/intrepid/lasso/intrepid-updates

« back to all changes in this revision

Viewing changes to java/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731213526-oc6jw5mprcd5tjyy
Tags: 2.0.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
* debian/rules:
  + Add CC=gcc-4.2 to the configure call else configure won't find jni.h
    from libgcj8-dev.
* configure{,.ac}:
  + Add missing quotes around the value for PHP[45]_LIBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
SWIG_OUTPUTS = lasso_wrap.c \
30
30
        Defederation.java \
31
31
        DowncastableNode.java \
 
32
        Ecp.java \
32
33
        Federation.java \
33
34
        Identity.java \
34
35
        lassoConstants.java \
48
49
        Login.java \
49
50
        Logout.java \
50
51
        NameIdentifierMapping.java \
 
52
        NameIdManagement.java \
51
53
        NameRegistration.java \
52
54
        Node.java \
53
55
        NodeList.java \