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.

29 lines
538 B

  1. EXTRA_DIST = \
  2. load_pa_modules.sh \
  3. pulseaudio-xrdp.desktop.in
  4. #
  5. # substitute directories in service file
  6. #
  7. CLEANFILES= \
  8. pulseaudio-xrdp.desktop
  9. SUBST_VARS = sed \
  10. -e 's|@pkglibexecdir[@]|$(pkglibexecdir)|g'
  11. subst_verbose = $(subst_verbose_@AM_V@)
  12. subst_verbose_ = $(subst_verbose_@AM_DEFAULT_V@)
  13. subst_verbose_0 = @echo " SUBST $@";
  14. SUFFIXES = .in
  15. .in:
  16. $(subst_verbose)$(SUBST_VARS) $< > $@
  17. #
  18. # files for all platforms
  19. #
  20. xdgautostart_DATA = \
  21. pulseaudio-xrdp.desktop
  22. pkglibexec_SCRIPTS = \
  23. load_pa_modules.sh