diff options
| author | Alexander Barton <alex@barton.de> | 2014-03-17 00:17:02 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2014-03-17 00:17:02 +0100 |
| commit | 259c314d142abd6f9295047c116235cfdd119563 (patch) | |
| tree | 660548fba4c2523699efcce105850a928b08411b /src/portab/Makefile.ng | |
| parent | 51396f8f1c10506b558ce98aafb80aff4b2a95bd (diff) | |
| download | ngircd-259c314d142abd6f9295047c116235cfdd119563.tar.gz ngircd-259c314d142abd6f9295047c116235cfdd119563.zip | |
Remove imp.h and exp.h header files
These include files don't have a function any more, remove them.
Diffstat (limited to 'src/portab/Makefile.ng')
| -rw-r--r-- | src/portab/Makefile.ng | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portab/Makefile.ng b/src/portab/Makefile.ng index 17edbdf2..c9638034 100644 --- a/src/portab/Makefile.ng +++ b/src/portab/Makefile.ng @@ -25,7 +25,7 @@ portabtest_LDFLAGS = -L. portabtest_LDADD = -lngportab -noinst_HEADERS = imp.h exp.h portab.h splint.h +noinst_HEADERS = portab.h splint.h maintainer-clean-local: rm -f Makefile Makefile.in Makefile.am |