aboutsummaryrefslogtreecommitdiff
path: root/pgsql/template/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pgsql/template/makefile')
-rw-r--r--pgsql/template/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgsql/template/makefile b/pgsql/template/makefile
index 6dc0aad..518cab0 100644
--- a/pgsql/template/makefile
+++ b/pgsql/template/makefile
@@ -6,7 +6,7 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
cxx_tun := driver.cxx
-odb_hdr :=
+odb_hdr := test.hxx
cxx_obj := $(addprefix $(out_base)/,$(cxx_tun:.cxx=.o))
cxx_od := $(cxx_obj:.o=.o.d)