File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 34
34
#
35
35
#
36
36
# 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 $
38
38
#
39
39
# -------------------------------------------------------------------------
40
40
@@ -249,6 +249,8 @@ install-headers: prebuildheaders $(SRCDIR)/include/config.h
249
249
$(HEADERDIR)/postgres.h
250
250
$(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/postgres_ext.h \
251
251
$(HEADERDIR)/postgres_ext.h
252
+ $(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/fmgr.h \
253
+ $(HEADERDIR)/fmgr.h
252
254
$(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/libpq/pqcomm.h \
253
255
$(HEADERDIR)/libpq/pqcomm.h
254
256
$(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/libpq/libpq-fs.h \
You can’t perform that action at this time.
0 commit comments