]> jfr.im git - irc/rizon/plexus4.git/blob - Makefile.am
lexer: backport C comment handling from 8.2
[irc/rizon/plexus4.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2 AUTOMAKE_OPTIONS = foreign
3
4 SUBDIRS = tools libltdl doc help modules src ircd
5 if HAVE_CHECK
6 SUBDIRS += test
7 endif
8
9 DIST_SUBDIRS = ${SUBDIRS} extra
10
11 EXTRA_DIST = include tap-driver.sh
12
13 install-data-local:
14 $(INSTALL) -d $(DESTDIR)${localstatedir}/log
15 $(INSTALL) -d $(DESTDIR)${localstatedir}/run
16
17 uninstall-local:
18 ${RM} -rf $(DESTDIR)${localstatedir}/log
19 ${RM} -rf $(DESTDIR)${localstatedir}/run