We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb6660fd commit52e49e2Copy full SHA for 52e49e2
src/interfaces/libpq/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.76 2003/04/2202:21:34 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.77 2003/04/2219:42:27 momjian Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -23,7 +23,7 @@ override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconf
23
OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o\
24
pqexpbuffer.o pqsignal.o fe-secure.o\
25
dllist.o md5.o ip.o wchar.o encnames.o\
26
-$(filter getaddrinfo.o inet_aton.o snprintf.o strerror.odirmod.opath.o,$(LIBOBJS))
+$(filter getaddrinfo.o inet_aton.o snprintf.o strerror.o path.o,$(LIBOBJS))
27
28
29
# Add libraries that libpq depends (or might depend) on into the