Thanks to visit codestin.com Credit goes to github.com
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 d823134 commit 96edf0cCopy full SHA for 96edf0c
contrib/Makefile
@@ -1,27 +1,29 @@
1
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.10 2000/12/11 20:40:59 tgl Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.11 2000/12/20 17:22:26 thomas Exp $
2
3
subdir = contrib
4
top_builddir = ..
5
include $(top_builddir)/src/Makefile.global
6
7
-WANTED_DIRS = array \
+WANTED_DIRS = \
8
+ array \
9
cube \
10
earthdistance \
11
findoidjoins \
12
fulltextindex \
13
isbn_issn \
14
linux \
- lo \
15
+ lo \
16
mSQL-interface \
- mac \
17
+ mac \
18
miscutil \
19
noupdate \
20
pg_dumplo \
21
pgbench \
22
pgcrypto \
- seg \
23
+ rserv \
24
+ seg \
25
soundex \
- spi \
26
+ spi \
27
string \
28
tips \
29
unixdate \
0 commit comments