You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.0 KiB

  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -1,4 +1,3 @@
  4. -DISTCHECK_CONFIGURE_FLAGS = --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
  5. BUILT_SOURCES=
  6. CLEANFILES=
  7. man1_MANS=
  8. @@ -10,13 +9,6 @@ LDADD = @jose_LIBS@ @http_parser_LIBS@
  9. cachedir = $(localstatedir)/cache/$(PACKAGE_NAME)
  10. jwkdir = $(localstatedir)/db/$(PACKAGE_NAME)
  11. -nodist_systemdsystemunit_DATA = \
  12. - units/tangd@.service \
  13. - units/tangd.socket \
  14. - units/tangd-update.path \
  15. - units/tangd-update.service \
  16. - units/tangd-keygen.service
  17. -
  18. dist_libexec_SCRIPTS = src/tangd-update src/tangd-keygen
  19. dist_bin_SCRIPTS = src/tang-show-keys
  20. libexec_PROGRAMS = src/tangd
  21. @@ -52,9 +44,7 @@ src_tangd_SOURCES = src/http.c src/http.h src/tangd.c
  22. AM_TESTS_ENVIRONMENT = SD_ACTIVATE="@SD_ACTIVATE@" PATH=$(srcdir)/src:$(builddir)/src:$(PATH)
  23. TESTS = tests/adv tests/rec
  24. -CLEANFILES += $(nodist_systemdsystemunit_DATA)
  25. EXTRA_DIST = \
  26. - $(foreach unit,$(nodist_systemdsystemunit_DATA),$(unit).in) \
  27. COPYING \
  28. $(TESTS) \
  29. $(man_ADOC_FILES)