Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a7212a9

Browse files
committed
Install lwlocknames.h even in vpath builds.
Per buildfarm member crake.
1 parent 7f8d090 commit a7212a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install: all installdirs
5252
chmod $(INSTALL_DATA_MODE) '$(DESTDIR)$(includedir_server)'/$$dir/*.h || exit; \
5353
done
5454
ifeq ($(vpath_build),yes)
55-
for file in dynloader.h catalog/schemapg.h parser/gram.h utils/probes.h; do \
55+
for file in dynloader.h catalog/schemapg.h parser/gram.h storage/lwlocknames.h utils/probes.h; do \
5656
cp $$file '$(DESTDIR)$(includedir_server)'/$$file || exit; \
5757
chmod $(INSTALL_DATA_MODE) '$(DESTDIR)$(includedir_server)'/$$file || exit; \
5858
done

0 commit comments

Comments
 (0)