#
# PostgreSQL top level makefile
#
-# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.29 2002/09/06 21:57:11 petere Exp $
+# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.30 2002/10/21 00:12:45 momjian Exp $
#
subdir =
$(distdir).tar: distdir
$(TAR) chf $@ $(distdir)
-opt_files := contrib/retep \
+opt_files := \
src/tools src/corba src/data src/tutorial \
src/bin/pgtclsh \
$(addprefix src/interfaces/, libpgtcl python jdbc) \
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.39 2002/09/05 20:53:45 tgl Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.40 2002/10/21 00:12:46 momjian Exp $
subdir = contrib
top_builddir = ..
userlock \
vacuumlo
-ifeq ($(with_java),yes)
-WANTED_DIRS += retep
-endif
-
# Missing:
# ipc_check \ (does not have a makefile)
# mSQL-interface \ (requires msql installed)