Parent Directory
|
Revision Log
Completely redo the build system. Now uses libtool and automake. Suggest you clean out your tree and then do ./autogen.sh.
1 | stu | 908 | MAINTAINERCLEANFILES=aclocal.m4 config.h.in config.h.in~ config.guess config.log config.status config.sub configure install-sh missing mkinstalldirs Makefile.in depcomp compile ltmain.sh COPYING |
2 | SUBDIRS=libltdl doc etc help include lib messages modules servlink src | ||
3 | |||
4 | maintainer-clean-local: | ||
5 | rm -f ${PACKAGE}-${VERSION}.tar.gz | ||
6 | rm -rf libltdl | ||
7 | |||
8 | install-data-local: | ||
9 | $(INSTALL) -d $(DESTDIR)${localstatedir}/log | ||
10 | $(INSTALL) -d $(DESTDIR)${localstatedir}/run |
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |