work on value labels
[pspp] / Makefile.am
index 8ed323b399dfd088d2483fa3295532a14203fb23..fcc4fe4856db381e4ad9f39406cc807f090f3638 100644 (file)
@@ -75,7 +75,7 @@ generate-changelog:
 
 DIST_HOOKS += generate-changelog
 
-GL_CFLAG_GNULIB_WARNINGS = -Wno-missing-prototypes -Wno-unused-parameter
+GL_CFLAG_GNULIB_WARNINGS = -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than
 
 include $(top_srcdir)/build-aux/automake.mk
 include $(top_srcdir)/gl/automake.mk
@@ -157,6 +157,9 @@ $(bin_PROGRAMS) $(RECURSIVE_TARGETS) dist: $(BUILT_SOURCES) config.h
 \f
 
 mimedir = $(datadir)/mime/packages
-mime_DATA =pspp.xml
-EXTRA_DIST += pspp.xml
+mime_DATA = org.gnu.pspp.xml
+EXTRA_DIST += org.gnu.pspp.xml
 
+EXTRA_DIST += rust/Cargo.lock rust/Cargo.toml rust/src/main.rs \
+rust/src/lib.rs rust/src/endian.rs rust/src/hexfloat.rs                \
+rust/src/raw.rs rust/src/sack.rs rust/tests/sack.rs