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

Commit 747527e

Browse files
committed
Neglected to add fmgr.h to set of installed headers...
1 parent 8a098f2 commit 747527e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#
3535
#
3636
# IDENTIFICATION
37-
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.49 2000/05/29 05:44:33 tgl Exp $
37+
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.50 2000/05/29 20:51:35 tgl Exp $
3838
#
3939
#-------------------------------------------------------------------------
4040

@@ -249,6 +249,8 @@ install-headers: prebuildheaders $(SRCDIR)/include/config.h
249249
$(HEADERDIR)/postgres.h
250250
$(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/postgres_ext.h \
251251
$(HEADERDIR)/postgres_ext.h
252+
$(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/fmgr.h \
253+
$(HEADERDIR)/fmgr.h
252254
$(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/libpq/pqcomm.h \
253255
$(HEADERDIR)/libpq/pqcomm.h
254256
$(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/libpq/libpq-fs.h \

0 commit comments

Comments
 (0)