]> www.ginac.de Git - ginac.git/blobdiff - Makefile.am
Make .eval() evaluate top-level only.
[ginac.git] / Makefile.am
index e8bec987a33c0a237ddb48a8a98390a94a118167..fbf69aa61e9bcd9dc58117ea5c936ad40104ee83 100644 (file)
@@ -7,8 +7,18 @@ 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
+
+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