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.

33 lines
629 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. # Don't use sysconfdir for this one as it won't work!
  21. xdgautostartdir=/etc/xdg/autostart
  22. xdgautostart_DATA = \
  23. pulseaudio-xrdp.desktop
  24. pkglibexec_SCRIPTS = \
  25. load_pa_modules.sh