X-Git-Url: https://ginac.de/ginac.git/static/gitweb.css/ginac.git?a=blobdiff_plain;f=Makefile.am;h=fbf69aa61e9bcd9dc58117ea5c936ad40104ee83;hb=cd0f12f5ce6023812f76d0f6eb40ee83078c2775;hp=82b63dc22fa26b5800469016f06c7410c9c77826;hpb=bed06c78cdca3df4edccd26ef3cf913b1c82be76;p=ginac.git 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