projects
/
ngircd-alex.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial revision
[ngircd-alex.git]
/
src
/
Makefile.am
1
# $Id: Makefile.am,v 1.1 2001/12/11 21:53:04 alex Exp $
2
3
# $Log: Makefile.am,v $
4
# Revision 1.1 2001/12/11 21:53:04 alex
5
# Initial revision
6
#
7
8
SUBDIRS = ngircd
9
10
maintainer-clean-local:
11
rm -f Makefile Makefile.in config.h config.h.in stamp-h.in
12
13
# -eof-