about summary refs log tree commit diff
path: root/MacOSX/ngircd.pbproj/Makefile.am
blob: 41de961313fee23aed6162f1927cedfecbeb999f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: Makefile.am,v 1.1 2001/12/31 16:02:12 alex Exp $

# $Log: Makefile.am,v $
# Revision 1.1  2001/12/31 16:02:12  alex
# - Projektdateien von Mac OS X werden nun auch in die Distribution aufgenommen.
#

EXTRA_DIST = project.pbxproj

maintainer-clean-local:
	rm -f Makefile Makefile.in

# -eof-