We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49992e commit dac37fbCopy full SHA for dac37fb
1 file changed
src/Makefile.am
@@ -1,5 +1,5 @@
1
# Makefile for Recode sources.
2
-# Copyright © 1991-2023 Free Software Foundation, Inc.
+# Copyright © 1991-2025 Free Software Foundation, Inc.
3
# François Pinard <pinard@iro.umontreal.ca>, 1988.
4
5
# This program is free software; you can redistribute it and/or modify
@@ -25,8 +25,9 @@ include_HEADERS = recode.h recodext.h
25
H_STEPS = common.h decsteps.h inisteps.h tersteps.h \
26
$(H_SURFACES)
27
28
-noinst_HEADERS = $(H_STEPS) cleaner.h charname.h fr-charname.h iconvdecl.h \
+noinst_HEADERS = $(H_STEPS) cleaner.h charname.h fr-charname.h \
29
rfc1345.h lat1iso5426.h lat1ansel.h
30
+nodist_noinst_HEADERS = iconvdecl.h
31
32
EXTRA_DIST = stamp-steps stamp-strip $(L_STEPS) mergelex.py $(MANS) lat1ansel.h lat1iso5426.h
33
0 commit comments