We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cbe50 commit e167510Copy full SHA for e167510
contrib/dblink/Makefile
@@ -1,4 +1,4 @@
1
-# $Header: /cvsroot/pgsql/contrib/dblink/Makefile,v 1.5 2002/06/23 21:58:07 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/dblink/Makefile,v 1.6 2002/09/03 04:01:05 tgl Exp $
2
3
subdir = contrib/dblink
4
top_builddir = ../..
@@ -12,4 +12,6 @@ SHLIB_LINK = $(libpq)
12
DATA_built = dblink.sql
13
DOCS = README.dblink
14
15
+EXTRA_CLEAN = dblink.test.out dblink.test.diff
16
+
17
include $(top_srcdir)/contrib/contrib-global.mk
0 commit comments