Makefile.am 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # Permission is hereby granted, free of charge, to any person obtaining a
  3. # copy of this software and associated documentation files (the "Software"),
  4. # to deal in the Software without restriction, including without limitation
  5. # on the rights to use, copy, modify, merge, publish, distribute, sub
  6. # license, and/or sell copies of the Software, and to permit persons to whom
  7. # the Software is furnished to do so, subject to the following conditions:
  8. #
  9. # The above copyright notice and this permission notice (including the next
  10. # paragraph) shall be included in all copies or substantial portions of the
  11. # Software.
  12. #
  13. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  14. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  15. # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
  16. # ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  17. # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  18. # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  19. # During distcheck, system locations (as provided by pkg-config) are
  20. # not writable; provide instead relative locations.
  21. DISTCHECK_CONFIGURE_FLAGS = \
  22. --with-xorg-conf-dir='$${sysconfdir}/xorg'
  23. AUTOMAKE_OPTIONS = foreign
  24. SUBDIRS = src man conf
  25. EXTRA_DIST = readme.txt
  26. MAINTAINERCLEANFILES = ChangeLog
  27. .PHONY: ChangeLog
  28. ChangeLog:
  29. $(CHANGELOG_CMD)
  30. dist-hook: ChangeLog