Skip to content

Commit e16ddb1

Browse files
committed
Merge pull request #29 from blippy/master
Fixed issue #23 : The datetime_module.mod shouldn't be in there.
2 parents 1ba8b53 + 87147b6 commit e16ddb1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib/Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Items needed specifically by autotools
22
AM_FCFLAGS = -Wall -O0 -C -fbacktrace
33

4-
include_HEADERS = datetime_module.mod
4+
nodist_include_HEADERS = datetime_module.mod
5+
6+
#nodist_HEADERS = datetime_module.mod
7+
nodist_SOURCES = *.mod
58

69
lib_LIBRARIES = libdatetime.a
710

0 commit comments

Comments
 (0)