]> arthur.barton.de Git - ngircd.git/commitdiff
Include Mac OS X Xcode project in distribution archives. (Part 2)
authorAlexander Barton <alex@barton.de>
Wed, 9 Apr 2008 17:24:22 +0000 (19:24 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 9 Apr 2008 17:24:22 +0000 (19:24 +0200)
I forgot to include the new Makefile.am in contrib/MacOSX/ngIRCd.xcodeproj/ ...

contrib/MacOSX/ngIRCd.xcodeproj/Makefile.am [new file with mode: 0644]

diff --git a/contrib/MacOSX/ngIRCd.xcodeproj/Makefile.am b/contrib/MacOSX/ngIRCd.xcodeproj/Makefile.am
new file mode 100644 (file)
index 0000000..84e66d2
--- /dev/null
@@ -0,0 +1,17 @@
+#
+# ngIRCd -- The Next Generation IRC Daemon
+# Copyright (c)2001-2008 Alexander Barton <alex@barton.de>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+# Please read the file COPYING, README and AUTHORS for more information.
+#
+
+EXTRA_DIST = project.pbxproj
+
+maintainer-clean-local:
+       rm -f Makefile Makefile.in
+
+# -eof-