~ubuntu-branches/ubuntu/saucy/dune-common/saucy-proposed

« back to all changes in this revision

Viewing changes to bin/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ansgar Burchardt
  • Date: 2012-03-17 17:15:13 UTC
  • Revision ID: package-import@ubuntu.com-20120317171513-l2eqm95mddmu2dj3
Tags: upstream-2.2~svn6573
ImportĀ upstreamĀ versionĀ 2.2~svn6573

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id$
 
2
 
 
3
# put scripts into dist-tarball
 
4
EXTRA_DIST = duneproject dunecontrol \
 
5
  dunedoxynize \
 
6
  mpi-config dune-autogen \
 
7
  xfail-compile-tests
 
8
 
 
9
# ... and install some
 
10
bin_SCRIPTS = dunedoxynize duneproject dunecontrol mpi-config dune-autogen
 
11
 
 
12
include $(top_srcdir)/am/global-rules