Skip to content

Commit ea4998f

Browse files
authored
linux/Makefile.am: Add missing generated header. (#1505)
This header is generated by the pre-build.sh script. The compilation fails if it is missing. * linux/Makefile.am (ccextractor_SOURCES): Add ../src/lib_ccx/compile_info_real.h.
1 parent cb496a7 commit ea4998f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/CHANGES.TXT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- Fix: missing `#` in color attribute of font tag
1212
- Fix: ffmpeg 5.0, tesseract 5.0 compatibility and remove deprecated methods
1313
- Fix: tesseract 5.x traineddata location in ocr
14+
- Fix: add missing compile_info_real.h source to Autotools build
1415

1516
0.94 (2021-12-14)
1617
-----------------

linux/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ ccextractor_SOURCES = \
118118
../src/lib_ccx/bitstream.h \
119119
../src/lib_ccx/ccx_common_option.c \
120120
../src/lib_ccx/ccx_common_common.c \
121+
../src/lib_ccx/compile_info_real.h \
121122
../src/lib_ccx/utility.c \
122123
../src/lib_ccx/activity.c \
123124
../src/lib_ccx/asf_functions.c \

0 commit comments

Comments
 (0)