~ubuntu-branches/ubuntu/raring/babel/raring-proposed

« back to all changes in this revision

Viewing changes to regression/overload/runJava/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2008-08-01 07:56:58 UTC
  • mfrom: (3.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080801075658-9ezcrbh8dcs8lg70
Tags: 1.2.0.dfsg-6
Added libparsifal-dev as dependency to libsidl-dev (closes: #483324).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
##
2
2
## File:        Makefile.am
3
3
## Package:     Babel regression checks
4
 
## Revision:    $Revision: 4434 $
5
 
## Modified:    $Date: 2005-03-17 09:05:29 -0800 (Thu, 17 Mar 2005) $
 
4
## Revision:    $Revision: 5534 $
 
5
## Modified:    $Date: 2006-06-06 11:39:00 -0700 (Tue, 06 Jun 2006) $
6
6
## Description: automake makefile for Java regression tests
7
7
##
8
8
## Copyright (c) 2000-2001, The Regents of the University of Calfornia.
31
31
 
32
32
SIDLFILE = $(srcdir)/../Overload.sidl
33
33
TESTFILE = OverloadTestDriver.java
 
34
JAVAPKG = Overload
34
35
 
35
36
include $(srcdir)/../../include/runJava.make
36
37
include $(srcdir)/babel.make