Skip to content

Commit

Permalink
Fixed Makefile.am distribution lines
Browse files Browse the repository at this point in the history
  • Loading branch information
eheien committed Oct 9, 2014
1 parent 7de302b commit 20c677c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

ACLOCAL_AMFLAGS = -I m4

SUBDIRS = lib bin Py2C
SUBDIRS = Py2C etc examples tests visual lib bin

## end of Makefile.am
2 changes: 1 addition & 1 deletion Py2C/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ bin_PROGRAMS = Py2C
bin_SCRIPTS =

######## C drivers ########
Py2C_SOURCES = Py2CMain.cpp Py2C.cpp
Py2C_SOURCES = Py2CMain.cpp Py2C.cpp Py2C.hpp

## end of Makefile.am
27 changes: 10 additions & 17 deletions examples/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
examplesdir = $(pkgdatadir)/examples

nobase_dist_examples_DATA = \
Cookbook1/cookbook1.cfg \
Cookbook2/cookbook2.cfg \
Cookbook3/cookbook3.cfg \
Cookbook4/cookbook4.cfg \
Cookbook1/cookbook1 \
Cookbook2/cookbook2 \
Cookbook3/cookbook3 \
Cookbook4/cookbook4 \
Cookbook4/coor.dat \
Cookbook5/cookbook5.cfg \
Cookbook5/cookbook5 \
Cookbook5/coor.dat \
Cookbook5/ic/cookbook5.velo.0.0 \
Cookbook5/ic/cookbook5.velo.1.0 \
Expand Down Expand Up @@ -92,21 +92,14 @@ nobase_dist_examples_DATA = \
Cookbook5/velocity/bvel.dat7 \
Cookbook5/velocity/bvel.dat8 \
Cookbook5/velocity/bvel.dat9 \
Cookbook6/cookbook6.cfg \
Cookbook6/cookbook6 \
Cookbook6/coord.dat \
Cookbook6/README \
Cookbook7/cookbook7.cfg \
Cookbook8/cookbook8.cfg \
Cookbook7/cookbook7 \
Cookbook8/cookbook8 \
Cookbook8/coord.dat \
Cookbook9/cookbook9.cfg \
Cookbook9/ic/cntn.velo.0.0 \
Cookbook9/ic/cntn.velo.1.0 \
Cookbook9/ic/embd.velo.0.0 \
Cookbook9/ic/embd.velo.1.0 \
Cookbook9/velocity/bvel.dat0 \
Cookbook9/velocity/bvel.dat1 \
example0.cfg \
example1.cfg \
example0 \
example1 \
Full/input.sample \
Full/machine.sample \
Full/velbc/README \
Expand Down

0 comments on commit 20c677c

Please sign in to comment.