From 307f8abd747a33bcb2a5393222e089ffa4d70d50 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 9 Apr 2008 19:09:23 +0200 Subject: [PATCH] Include Mac OS X Xcode project in distribution archives. Oops, it has not been included since ... ages?? --- ChangeLog | 1 + configure.in | 1 + contrib/MacOSX/Makefile.am | 2 ++ 3 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 736ef7c1..e75386e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ ngIRCd HEAD + - Include Mac OS X Xcode project in distribution archives. - Do not exit on SIGHUP or /REHASH if the config file cannot opened. - Add IPv6 support. - Install a LaunchDaemon script to start/stop ngIRCd on Mac OS X. diff --git a/configure.in b/configure.in index d17bc15e..7dc17424 100644 --- a/configure.in +++ b/configure.in @@ -499,6 +499,7 @@ AC_OUTPUT([ \ contrib/Makefile \ contrib/Debian/Makefile \ contrib/MacOSX/Makefile \ + contrib/MacOSX/ngIRCd.xcodeproj/Makefile \ ]) type dpkg >/dev/null 2>&1 diff --git a/contrib/MacOSX/Makefile.am b/contrib/MacOSX/Makefile.am index 76b43800..306e41f1 100644 --- a/contrib/MacOSX/Makefile.am +++ b/contrib/MacOSX/Makefile.am @@ -11,6 +11,8 @@ # $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 SUFFIXES = .tmpl . -- 2.39.2