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