diff options
| author | Alexander Barton <alex@barton.de> | 2008-11-13 23:17:32 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2008-11-13 23:17:32 +0100 |
| commit | 7b69bc2ae80f43bb6ed823760c01132be83fa2b9 (patch) | |
| tree | f6f23486fe41701f9bab2fa9f5c51c2be8bb2f95 /src/portab | |
| parent | 7ad167f4c43948f19125123a27dbe68a93e863b8 (diff) | |
| download | ngircd-7b69bc2ae80f43bb6ed823760c01132be83fa2b9.tar.gz ngircd-7b69bc2ae80f43bb6ed823760c01132be83fa2b9.zip | |
Added some missing files of GIT tree to distribution archives
The following bits and bytes were not included in distribution archives: - contrib: ngindent, ngircd.sh - contrib/Debian: ngircd.postinst - contrib/MacOSX: preinstall.sh, postinstall.sh - doc/src: Doxyfile, header.inc.html, footer.inc.html, ngircd-doc.css - src/portab: splint.h
Diffstat (limited to 'src/portab')
| -rw-r--r-- | src/portab/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portab/Makefile.am b/src/portab/Makefile.am index 125cc31a..a57ea495 100644 --- a/src/portab/Makefile.am +++ b/src/portab/Makefile.am @@ -24,7 +24,7 @@ portabtest_LDFLAGS = -L. portabtest_LDADD = -lngportab -noinst_HEADERS = imp.h exp.h portab.h +noinst_HEADERS = imp.h exp.h portab.h splint.h maintainer-clean-local: rm -f Makefile Makefile.in |