]> granicus.if.org Git - postgresql/blobdiff - src/backend/libpq/Makefile
UPDATED PATCH:
[postgresql] / src / backend / libpq / Makefile
index f4ce69d9c9277eec70bc971417f1b49d7c3dc421..cc4f750a7d68ba1e932bb36d47323449cede2808 100644 (file)
@@ -4,25 +4,18 @@
 #    Makefile for libpq subsystem (backend half of libpq interface)
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/backend/libpq/Makefile,v 1.22 2000/07/09 13:14:05 petere Exp $
+#    $Header: /cvsroot/pgsql/src/backend/libpq/Makefile,v 1.33 2002/06/14 04:23:17 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
 subdir = src/backend/libpq
-top_builddir = ../..
-include ../../Makefile.global
+top_builddir = ../../..
+include $(top_builddir)/src/Makefile.global
 
 # be-fsstubs is here for historical reasons, probably belongs elsewhere
 
-OBJS = be-fsstubs.o \
-       auth.o crypt.o hba.o password.o \
-       pqcomm.o pqformat.o pqpacket.o pqsignal.o util.o
-
-# This location might depend on the installation directories. Therefore
-# we can't subsitute it into config.h.
-ifdef krb_srvtab
-CPPFLAGS += -DPG_KRB_SRVTAB='"$(krb_srvtab)"'
-endif
+OBJS = be-fsstubs.o be-secure.o auth.o crypt.o hba.o md5.o pqcomm.o \
+       pqformat.o pqsignal.o
 
 
 all: SUBSYS.o
@@ -39,4 +32,3 @@ clean:
 ifeq (depend,$(wildcard depend))
 include depend
 endif
-