diff options
| author | Alexander Barton <alex@barton.de> | 2024-01-08 22:16:52 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2024-01-11 15:12:48 +0100 |
| commit | 07219281ef2092a29050a3934937a2a0c8916e43 (patch) | |
| tree | 1156b065cda4f6e880c1a35943aaac16bc8c83c1 /configure.ng | |
| parent | a5de81e48934c296d56aebed686b122001ec499f (diff) | |
| download | ngircd-07219281ef2092a29050a3934937a2a0c8916e43.tar.gz ngircd-07219281ef2092a29050a3934937a2a0c8916e43.zip | |
Remove unmaintained contrib/MacOSX/ folder
This includes removing the Xcode project. The sample launchd(8) configuration properties list file was moved to "contrib/de.barton.ngircd.plist" and kept.
Diffstat (limited to 'configure.ng')
| -rw-r--r-- | configure.ng | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ng b/configure.ng index b8bcd24d..ff376a50 100644 --- a/configure.ng +++ b/configure.ng @@ -709,8 +709,6 @@ test -n "$LIBS_END" && LIBS="$LIBS $LIBS_END" AC_CONFIG_FILES([ \ Makefile \ contrib/Debian/Makefile \ - contrib/MacOSX/Makefile \ - contrib/MacOSX/ngIRCd.xcodeproj/Makefile \ contrib/Makefile \ doc/Makefile \ doc/src/Makefile \ |