We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a098f2 commit 747527eCopy full SHA for 747527e
src/backend/Makefile
@@ -34,7 +34,7 @@
34
#
35
36
# IDENTIFICATION
37
-# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.49 2000/05/29 05:44:33 tgl Exp $
+# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.50 2000/05/29 20:51:35 tgl Exp $
38
39
#-------------------------------------------------------------------------
40
@@ -249,6 +249,8 @@ install-headers: prebuildheaders $(SRCDIR)/include/config.h
249
$(HEADERDIR)/postgres.h
250
$(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/postgres_ext.h \
251
$(HEADERDIR)/postgres_ext.h
252
+ $(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/fmgr.h \
253
+ $(HEADERDIR)/fmgr.h
254
$(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/libpq/pqcomm.h \
255
$(HEADERDIR)/libpq/pqcomm.h
256
$(INSTALL) $(INSTLOPTS) $(SRCDIR)/include/libpq/libpq-fs.h \
0 commit comments