Skip to content

Commit 20c677c

Browse files
committed
Fixed Makefile.am distribution lines
1 parent 7de302b commit 20c677c

File tree

3 files changed

+12
-19
lines changed

3 files changed

+12
-19
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626

2727
ACLOCAL_AMFLAGS = -I m4
2828

29-
SUBDIRS = lib bin Py2C
29+
SUBDIRS = Py2C etc examples tests visual lib bin
3030

3131
## end of Makefile.am

Py2C/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ bin_PROGRAMS = Py2C
3131
bin_SCRIPTS =
3232

3333
######## C drivers ########
34-
Py2C_SOURCES = Py2CMain.cpp Py2C.cpp
34+
Py2C_SOURCES = Py2CMain.cpp Py2C.cpp Py2C.hpp
3535

3636
## end of Makefile.am

examples/Makefile.am

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
examplesdir = $(pkgdatadir)/examples
2727

2828
nobase_dist_examples_DATA = \
29-
Cookbook1/cookbook1.cfg \
30-
Cookbook2/cookbook2.cfg \
31-
Cookbook3/cookbook3.cfg \
32-
Cookbook4/cookbook4.cfg \
29+
Cookbook1/cookbook1 \
30+
Cookbook2/cookbook2 \
31+
Cookbook3/cookbook3 \
32+
Cookbook4/cookbook4 \
3333
Cookbook4/coor.dat \
34-
Cookbook5/cookbook5.cfg \
34+
Cookbook5/cookbook5 \
3535
Cookbook5/coor.dat \
3636
Cookbook5/ic/cookbook5.velo.0.0 \
3737
Cookbook5/ic/cookbook5.velo.1.0 \
@@ -92,21 +92,14 @@ nobase_dist_examples_DATA = \
9292
Cookbook5/velocity/bvel.dat7 \
9393
Cookbook5/velocity/bvel.dat8 \
9494
Cookbook5/velocity/bvel.dat9 \
95-
Cookbook6/cookbook6.cfg \
95+
Cookbook6/cookbook6 \
9696
Cookbook6/coord.dat \
9797
Cookbook6/README \
98-
Cookbook7/cookbook7.cfg \
99-
Cookbook8/cookbook8.cfg \
98+
Cookbook7/cookbook7 \
99+
Cookbook8/cookbook8 \
100100
Cookbook8/coord.dat \
101-
Cookbook9/cookbook9.cfg \
102-
Cookbook9/ic/cntn.velo.0.0 \
103-
Cookbook9/ic/cntn.velo.1.0 \
104-
Cookbook9/ic/embd.velo.0.0 \
105-
Cookbook9/ic/embd.velo.1.0 \
106-
Cookbook9/velocity/bvel.dat0 \
107-
Cookbook9/velocity/bvel.dat1 \
108-
example0.cfg \
109-
example1.cfg \
101+
example0 \
102+
example1 \
110103
Full/input.sample \
111104
Full/machine.sample \
112105
Full/velbc/README \

0 commit comments

Comments
 (0)