Include Mac OS X Xcode project in distribution archives.
Oops, it has not been included since ... ages??
This commit is contained in:
parent
bc63064d5c
commit
307f8abd74
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
ngIRCd HEAD
|
ngIRCd HEAD
|
||||||
|
|
||||||
|
- Include Mac OS X Xcode project in distribution archives.
|
||||||
- Do not exit on SIGHUP or /REHASH if the config file cannot opened.
|
- Do not exit on SIGHUP or /REHASH if the config file cannot opened.
|
||||||
- Add IPv6 support.
|
- Add IPv6 support.
|
||||||
- Install a LaunchDaemon script to start/stop ngIRCd on Mac OS X.
|
- Install a LaunchDaemon script to start/stop ngIRCd on Mac OS X.
|
||||||
|
|
|
@ -499,6 +499,7 @@ AC_OUTPUT([ \
|
||||||
contrib/Makefile \
|
contrib/Makefile \
|
||||||
contrib/Debian/Makefile \
|
contrib/Debian/Makefile \
|
||||||
contrib/MacOSX/Makefile \
|
contrib/MacOSX/Makefile \
|
||||||
|
contrib/MacOSX/ngIRCd.xcodeproj/Makefile \
|
||||||
])
|
])
|
||||||
|
|
||||||
type dpkg >/dev/null 2>&1
|
type dpkg >/dev/null 2>&1
|
||||||
|
|
|
@ -11,6 +11,8 @@
|
||||||
# $Id: Makefile.am,v 1.3 2008/02/17 15:31:15 alex Exp $
|
# $Id: Makefile.am,v 1.3 2008/02/17 15:31:15 alex Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
|
SUBDIRS = ngIRCd.xcodeproj
|
||||||
|
|
||||||
EXTRA_DIST = de.barton.ngircd.plist.tmpl config.h cvs-version.h
|
EXTRA_DIST = de.barton.ngircd.plist.tmpl config.h cvs-version.h
|
||||||
|
|
||||||
SUFFIXES = .tmpl .
|
SUFFIXES = .tmpl .
|
||||||
|
|
Loading…
Reference in New Issue