ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/Makefile.am
Revision: 912
Committed: Wed Nov 7 22:47:44 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/Makefile.am
File size: 205 byte(s)
Log Message:
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
  I really don't want to force other people that want to test the snapshots
  or svn versions to install yyacc, lex, automake, autoconf and libtool...
  No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us

File Contents

# Content
1 AUTOMAKE_OPTIONS = foreign
2 SUBDIRS = libltdl doc etc help lib messages modules servlink src
3
4 install-data-local:
5 $(INSTALL) -d $(DESTDIR)${localstatedir}/log
6 $(INSTALL) -d $(DESTDIR)${localstatedir}/run