Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / test / examples / Makefile
blobb55405d7372bf56767cb1d38512c85ca5f06a262
2 # Makefile for example programs
5 subdir = src/test/examples
6 top_builddir = ../../..
7 include $(top_builddir)/src/Makefile.global
9 override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
10 override LDLIBS := $(libpq_pgport) $(LDLIBS)
13 PROGS = testlibpq testlibpq2 testlibpq3 testlibpq4 testlo
15 all: $(PROGS)
17 clean:
18 rm -f $(PROGS)