~ubuntu-branches/ubuntu/raring/ibutils/raring-proposed

« back to all changes in this revision

Viewing changes to ibdm/Clusters/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Benoit Mortier
  • Date: 2010-01-11 22:22:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100111222200-53kum2et5nh13rv3
Tags: upstream-1.2-OFED-1.4.2
ImportĀ upstreamĀ versionĀ 1.2-OFED-1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# We only want to distriute these files
 
3
pkgdata_DATA = $(wildcard $(srcdir)/*.topo) $(wildcard $(srcdir)/*.lst)
 
4
 
 
5
# The only way to add to the dist is using this one...
 
6
EXTRA_DIST = $(pkgdata_DATA)
 
7
 
 
8
install-data-am:
 
9
        mkdir -p $(DESTDIR)$(libdir)/ibdm$(VERSION)/ibnl
 
10
        for s in $(pkgdata_DATA); do cp $$s $(DESTDIR)$(libdir)/ibdm$(VERSION)/ibnl/; done