X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=Makefile.am;h=fbf69aa61e9bcd9dc58117ea5c936ad40104ee83;hp=e8bec987a33c0a237ddb48a8a98390a94a118167;hb=cf1df9d3a828053f5cf07ae63afc2d7c31f1959e;hpb=6488232432c883422104915c65b89f194fc0c2ee diff --git a/Makefile.am b/Makefile.am index e8bec987..fbf69aa6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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