We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ba8b53 + 87147b6 commit e16ddb1Copy full SHA for e16ddb1
1 file changed
src/lib/Makefile.am
@@ -1,7 +1,10 @@
1
# Items needed specifically by autotools
2
AM_FCFLAGS = -Wall -O0 -C -fbacktrace
3
4
-include_HEADERS = datetime_module.mod
+nodist_include_HEADERS = datetime_module.mod
5
+
6
+#nodist_HEADERS = datetime_module.mod
7
+nodist_SOURCES = *.mod
8
9
lib_LIBRARIES = libdatetime.a
10
0 commit comments