summary refs log tree commit diff
path: root/src/Makefile.am
blob: 24c7ea0a5bf34f2aa71f4d85b8fc01278e51b47d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: Makefile.am,v 1.1 2001/12/11 21:53:04 alex Exp $

# $Log: Makefile.am,v $
# Revision 1.1  2001/12/11 21:53:04  alex
# Initial revision
#

SUBDIRS = ngircd

maintainer-clean-local:
	rm -f Makefile Makefile.in config.h config.h.in stamp-h.in

# -eof-