File: Makefile.am

package info (click to toggle)
emacs-jabber 0.8.92%2Bgit98dc8e-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,032 kB
  • sloc: lisp: 12,234; makefile: 71; sh: 1
file content (6 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
# LOG_COMPILER was introduced in Automake 1.12; don't expect "make
# check" or "make distcheck" to work with earlier versions.
LOG_COMPILER = env top_builddir=$(top_builddir) $(EMACS) -batch -L $(top_builddir) -L $(top_srcdir) -L $(srcdir) -l
TESTS = load-all.el skip-tag-forward.el history.el jabberd.el nick-change-fail.el
TESTS += caps-hash.el parse-next-stanza.el
dist_noinst_DATA = $(TESTS)