]> www.ginac.de Git - ginac.git/blobdiff - Makefile.am
Consider solve_algo::markowitz in automatic elimination algorithm selection.
[ginac.git] / Makefile.am
index e8bec987a33c0a237ddb48a8a98390a94a118167..b651383cf687c7f29ab03475d1b4ff0853352453 100644 (file)
@@ -7,8 +7,19 @@ pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = ginac.pc
 $(pkgconfig_DATA): config.status
 
+CMAKE_FILES = CMakeLists.txt \
+             ginac.pc.cmake \
+             config.cmake.in \
+             INSTALL.CMake \
+             cmake/modules/FindCLN.cmake \
+             cmake/modules/FindReadline.cmake \
+             cmake/modules/FindGiNaC.cmake \
+             cmake/modules/FindLibDL.cmake
+
+BUILD_HELPERS = scripts/yaptu.py scripts/fixupind.py
+
 # All the rest of the distributed files
-EXTRA_DIST = ginac.pc GiNaC.spec
+EXTRA_DIST = ginac.pc GiNaC.spec $(BUILD_HELPERS) $(CMAKE_FILES)
 
 # Rule to build tar-bzipped distribution package
 $(PACKAGE)-$(VERSION).tar.gz: dist