Skip to content

Commit 3e79b7e

Browse files
committed
Install generated nodes/nodetags.h
1 parent c842736 commit 3e79b7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ install: all installdirs
4444
$(INSTALL_DATA) pg_config.h '$(DESTDIR)$(includedir_server)'
4545
$(INSTALL_DATA) pg_config_ext.h '$(DESTDIR)$(includedir_server)'
4646
$(INSTALL_DATA) pg_config_os.h '$(DESTDIR)$(includedir_server)'
47+
$(INSTALL_DATA) nodes/nodetags.h '$(DESTDIR)$(includedir_server)/nodes'
4748
$(INSTALL_DATA) utils/errcodes.h '$(DESTDIR)$(includedir_server)/utils'
4849
$(INSTALL_DATA) utils/fmgroids.h '$(DESTDIR)$(includedir_server)/utils'
4950
$(INSTALL_DATA) utils/fmgrprotos.h '$(DESTDIR)$(includedir_server)/utils'

0 commit comments

Comments
 (0)