? pg_config_paths.h ? _xlk Index: Makefile =================================================================== RCS file: /cvsroot/pgsql-server/src/port/Makefile,v retrieving revision 1.14 diff -c -c -r1.14 Makefile *** Makefile 25 May 2004 01:00:30 -0000 1.14 --- Makefile 30 May 2004 14:06:29 -0000 *************** *** 16,25 **** include $(top_builddir)/src/Makefile.global override CPPFLAGS := -I$(top_builddir)/src/port $(CPPFLAGS) - ifdef LIBOBJS all: libpgport.a - endif libpgport.a: $(LIBOBJS) $(AR) $(AROPT) $@ $^ --- 16,24 ---- include $(top_builddir)/src/Makefile.global override CPPFLAGS := -I$(top_builddir)/src/port $(CPPFLAGS) + LIBS += $(PTHREAD_LIBS) all: libpgport.a libpgport.a: $(LIBOBJS) $(AR) $(AROPT) $@ $^