]> www.ginac.de Git - cln.git/blobdiff - src/Makefile.am
Fix scale_float for large factors on x86.
[cln.git] / src / Makefile.am
index dcdbaed28e5c8beb43c236aeb062e0092b05eeda..af1b74cfa19bb137afd4ba0711ac28bd75e06a44 100644 (file)
@@ -1,6 +1,7 @@
 lib_LTLIBRARIES = libcln.la
 
 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_builddir)/include -I$(top_builddir)/src
+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/autoconf
 libcln_la_LDFLAGS = -version-info $(LT_VERSION_INFO)
 
 libcln_la_SOURCES = \
@@ -99,7 +100,6 @@ base/string/cl_st_make0.cc \
 base/string/cl_st_make0.h \
 base/string/cl_st_make1.cc \
 base/string/cl_st_make2.cc \
-base/string/cl_st_null.cc \
 base/string/input/cl_st_get1.cc \
 base/string/input/cl_st_get2.cc \
 base/string/input/cl_st_getline1.cc \
@@ -982,3 +982,7 @@ polynomial/elem/cl_asm_GF2.S: $(MORE_ASMFILES)
 
 EXTRA_DIST = $(ASMFILES) $(MORE_ASMFILES)
 
+DISTCLEANFILES = \
+base/digitseq/cl_asm.S \
+polynomial/elem/cl_asm_GF2.S
+