diff options
| author | Alexander Barton <alex@barton.de> | 2001-12-12 17:21:58 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2001-12-12 17:21:58 +0000 |
| commit | 789d2faa7be2a8f9f65a220febd0cef50893df63 (patch) | |
| tree | e879a7a3711fcb7a11d24522b290647a36fb262b /Makefile.am | |
| parent | 418add93da4266b0dc62c7587eb8a91683d45088 (diff) | |
| download | ngircd-789d2faa7be2a8f9f65a220febd0cef50893df63.tar.gz ngircd-789d2faa7be2a8f9f65a220febd0cef50893df63.zip | |
- Projektdatei fuer den Mac OS X Project Builder erstellt.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 2b573334..db3a3adb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,16 @@ -# $Id: Makefile.am,v 1.1 2001/12/11 21:53:04 alex Exp $ +# $Id: Makefile.am,v 1.2 2001/12/12 17:21:58 alex Exp $ # $Log: Makefile.am,v $ -# Revision 1.1 2001/12/11 21:53:04 alex -# Initial revision +# Revision 1.2 2001/12/12 17:21:58 alex +# - Projektdatei fuer den Mac OS X Project Builder erstellt. +# +# Revision 1.1.1.1 2001/12/11 21:53:04 alex +# Imported sources to CVS. # AUTOMAKE_OPTIONS = gnu -SUBDIRS = src +SUBDIRS = MacOSX src maintainer-clean-local: rm -f Makefile.in Makefile aclocal.m4 configure |