Fix VPATH builds, broken by my recent commit to speed up tuplesorting.

The relevant commit is 337b6f5ecf.
This commit is contained in:
Robert Haas 2012-02-15 15:52:44 -05:00
parent 7f951474dc
commit edec8c8e00
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ subdir = src/backend/utils/sort
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
override CPPFLAGS := -I. -I$(srcdir) $(CPPFLAGS)
OBJS = logtape.o sortsupport.o tuplesort.o tuplestore.o
tuplesort.o: qsort_tuple.c