diff options
| author | Alexander Barton <alex@barton.de> | 2001-12-30 19:24:28 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2001-12-30 19:24:28 +0000 |
| commit | 7a70f8b011c16f925c268c29bf1344179775dcc5 (patch) | |
| tree | d77d4942763cf20e06ed85b5b800f0cf7ce5c399 | |
| parent | ac9da09e87b16c8e24e78f95947eadc62e314ea3 (diff) | |
| download | ngircd-7a70f8b011c16f925c268c29bf1344179775dcc5.tar.gz ngircd-7a70f8b011c16f925c268c29bf1344179775dcc5.zip | |
- acconfig.h in die "noinst_HEADERS" aufgenommen.
| -rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index db3a3adb..75073c7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,9 @@ -# $Id: Makefile.am,v 1.2 2001/12/12 17:21:58 alex Exp $ +# $Id: Makefile.am,v 1.3 2001/12/30 19:24:28 alex Exp $ # $Log: Makefile.am,v $ +# Revision 1.3 2001/12/30 19:24:28 alex +# - acconfig.h in die "noinst_HEADERS" aufgenommen. +# # Revision 1.2 2001/12/12 17:21:58 alex # - Projektdatei fuer den Mac OS X Project Builder erstellt. # @@ -12,6 +15,8 @@ AUTOMAKE_OPTIONS = gnu SUBDIRS = MacOSX src +noinst_HEADERS = acconfig.h + maintainer-clean-local: rm -f Makefile.in Makefile aclocal.m4 configure rm -f mkinstalldirs missing depcomp install-sh |