Skip to content

Commit dac37fb

Browse files
committed
src/Makefile.am: do not ship iconvdecl.h in source distribution
This file is system-specific, and must be generated using the host’s iconv.
1 parent f49992e commit dac37fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Makefile.am

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Makefile for Recode sources.
2-
# Copyright © 1991-2023 Free Software Foundation, Inc.
2+
# Copyright © 1991-2025 Free Software Foundation, Inc.
33
# François Pinard <pinard@iro.umontreal.ca>, 1988.
44

55
# This program is free software; you can redistribute it and/or modify
@@ -25,8 +25,9 @@ include_HEADERS = recode.h recodext.h
2525
H_STEPS = common.h decsteps.h inisteps.h tersteps.h \
2626
$(H_SURFACES)
2727

28-
noinst_HEADERS = $(H_STEPS) cleaner.h charname.h fr-charname.h iconvdecl.h \
28+
noinst_HEADERS = $(H_STEPS) cleaner.h charname.h fr-charname.h \
2929
rfc1345.h lat1iso5426.h lat1ansel.h
30+
nodist_noinst_HEADERS = iconvdecl.h
3031

3132
EXTRA_DIST = stamp-steps stamp-strip $(L_STEPS) mergelex.py $(MANS) lat1ansel.h lat1iso5426.h
3233

0 commit comments

Comments
 (0)