X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/1c3d4cf54a0edd484c4405f5332d39bb17f1aee0..a13b573023a59dc1e2febef1142aa4b1d1af67b7:/Makefile.am diff --git a/Makefile.am b/Makefile.am index e29c36ea..f6fa9349 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,8 +33,10 @@ SUBDIRS = ### The main library. lib_LTLIBRARIES = libcatacomb.la -libcatacomb_la_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO) -libcatacomb_la_LIBADD = $(CATACOMB_LIBS) $(mLib_LIBS) +libcatacomb_la_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO) \ + -no-undefined +libcatacomb_la_LIBADD = $(MATHLIBS) $(PIXIE_LIBS) $(CATACOMB_LIBS) \ + $(mLib_LIBS) libcatacomb_la_SOURCES = ## Basic utilities. @@ -93,9 +95,16 @@ dist-hook:: echo $(VERSION) >$(distdir)/RELEASE ## Additional build tools. +EXTRA_DIST += build-setup EXTRA_DIST += config/auto-version EXTRA_DIST += config/confsubst +## Documentation files. +EXTRA_DIST += README.cipher +EXTRA_DIST += README.hash +EXTRA_DIST += README.mp +EXTRA_DIST += README.random + ###-------------------------------------------------------------------------- ### Debian. @@ -104,11 +113,20 @@ EXTRA_DIST += debian/rules EXTRA_DIST += debian/control EXTRA_DIST += debian/changelog EXTRA_DIST += debian/copyright +EXTRA_DIST += debian/compat +EXTRA_DIST += debian/source/format + +## catacomb2 +EXTRA_DIST += debian/catacomb2.install ## catacomb-bin +EXTRA_DIST += debian/catacomb-bin.install EXTRA_DIST += debian/catacomb-bin.prerm EXTRA_DIST += debian/catacomb-bin.postinst EXTRA_DIST += debian/catacomb-bin.config EXTRA_DIST += debian/catacomb-bin.templates +## catacomb-dev +EXTRA_DIST += debian/catacomb-dev.install + ###----- That's all, folks --------------------------------------------------