]> granicus.if.org Git - postgresql/blobdiff - src/bin/psql/Makefile
Support \if ... \elif ... \else ... \endif in psql scripting.
[postgresql] / src / bin / psql / Makefile
index f8e31eacbe152bbad502e8b7c104e4fdacdde80e..ab2cfa6353c46e8302e0ed82af26c9592d49c4c8 100644 (file)
@@ -21,10 +21,10 @@ REFDOCDIR= $(top_srcdir)/doc/src/sgml/ref
 override CPPFLAGS := -I. -I$(srcdir) -I$(libpq_srcdir) $(CPPFLAGS)
 LDFLAGS += -L$(top_builddir)/src/fe_utils -lpgfeutils -lpq
 
-OBJS=  command.o common.o help.o input.o stringutils.o mainloop.o copy.o \
-       startup.o prompt.o variables.o large_obj.o describe.o \
-       crosstabview.o tab-complete.o \
-       sql_help.o psqlscanslash.o \
+OBJS=  command.o common.o conditional.o copy.o crosstabview.o \
+       describe.o help.o input.o large_obj.o mainloop.o \
+       prompt.o psqlscanslash.o sql_help.o startup.o stringutils.o \
+       tab-complete.o variables.o \
        $(WIN32RES)