Makefile.am 285 B

1234567891011
  1. pkglibexecdir = $(libexecdir)/@PACKAGE@
  2. pkglibexec_SCRIPTS = msgq
  3. CLEANFILES = msgq
  4. # TODO: does this need $$(DESTDIR) also?
  5. # this is done here since configure.ac AC_OUTPUT doesn't expand exec_prefix
  6. msgq: msgq.py
  7. $(SED) "s|@@PYTHONPATH@@|@pyexecdir@|" msgq.py >$@
  8. chmod a+x $@