patch-Makefile_am 560 B

12345678910111213141516
  1. --- lirc-0.9.1-pre2.orig/Makefile.am 2014-05-05 22:29:53.000000000 +0200
  2. +++ lirc-0.9.1-pre2/Makefile.am 2014-06-01 09:22:05.384955110 +0200
  3. @@ -9,12 +9,7 @@ AUTOMAKE_OPTIONS = 1.5 check-news dist-b
  4. EXTRA_DIST = setup.sh setup-driver.sh setup-functions.sh setup.data data2setup.sh ANNOUNCE TODO
  5. EXTRA_DIST += autogen.sh
  6. -## daemons/ and tools/ should appear before doc/ for help2man to work.
  7. -if SYSTEMD_INSTALL
  8. - SYSTEMD_DIR = systemd
  9. -endif
  10. -
  11. -SUBDIRS = drivers daemons tools doc $(SYSTEMD_DIR)
  12. +SUBDIRS = drivers daemons tools
  13. if SANDBOXED
  14. else