diff options
Diffstat (limited to 'src/port/Makefile')
| -rw-r--r-- | src/port/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/port/Makefile b/src/port/Makefile index 0774e33f9f..a032acca1c 100644 --- a/src/port/Makefile +++ b/src/port/Makefile @@ -32,7 +32,8 @@ LIBS += $(PTHREAD_LIBS) OBJS = $(LIBOBJS) chklocale.o dirmod.o erand48.o exec.o fls.o inet_net_ntop.o \ noblock.o path.o pgcheckdir.o pg_crc.o pgmkdirp.o pgsleep.o \ - pgstrcasecmp.o qsort.o qsort_arg.o quotes.o sprompt.o tar.o thread.o \ + pgstrcasecmp.o pqsignal.o \ + qsort.o qsort_arg.o quotes.o sprompt.o tar.o thread.o \ wait_error.o # foo_srv.o and foo.o are both built from foo.c, but only foo.o has -DFRONTEND |
