X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=Makefile.am;h=b651383cf687c7f29ab03475d1b4ff0853352453;hp=82b63dc22fa26b5800469016f06c7410c9c77826;hb=9413cd14faaf2980de3884915e22a5beda068ecc;hpb=bed06c78cdca3df4edccd26ef3cf913b1c82be76 diff --git a/Makefile.am b/Makefile.am index 82b63dc2..b651383c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,10 +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 $(BUILD_HELPERS) +EXTRA_DIST = ginac.pc GiNaC.spec $(BUILD_HELPERS) $(CMAKE_FILES) # Rule to build tar-bzipped distribution package $(PACKAGE)-$(VERSION).tar.gz: dist