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