Makefile.inc 430 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-3.0-or-later
  2. # THIS IS NOT A COMPLETE Makefile
  3. # IT IS INCLUDED BY ITS PARENT'S Makefile.am
  4. # IT IS REQUIRED TO REFERENCE ALL FILES RELATIVE TO THE PARENT
  5. # install these files
  6. dist_python_DATA += redis/redis.chart.py
  7. dist_pythonconfig_DATA += redis/redis.conf
  8. # do not install these files, but include them in the distribution
  9. dist_noinst_DATA += redis/README.md redis/Makefile.inc