8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8d090 commit a7212a9Copy full SHA for a7212a9
src/include/Makefile
@@ -52,7 +52,7 @@ install: all installdirs
52
chmod $(INSTALL_DATA_MODE) '$(DESTDIR)$(includedir_server)'/$$dir/*.h || exit; \
53
done
54
ifeq ($(vpath_build),yes)
55
- for file in dynloader.h catalog/schemapg.h parser/gram.h utils/probes.h; do \
+ for file in dynloader.h catalog/schemapg.h parser/gram.h storage/lwlocknames.h utils/probes.h; do \
56
cp $$file '$(DESTDIR)$(includedir_server)'/$$file || exit; \
57
chmod $(INSTALL_DATA_MODE) '$(DESTDIR)$(includedir_server)'/$$file || exit; \
58
0 commit comments