aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/libpq++/dependencies31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/interfaces/libpq++/dependencies b/src/interfaces/libpq++/dependencies
deleted file mode 100644
index 426c34493ea..00000000000
--- a/src/interfaces/libpq++/dependencies
+++ /dev/null
@@ -1,31 +0,0 @@
-###########################################################################
-# Dependencies for libpq++ C++ library for Postgres SQL
-#
-# Author: Leo Shuster (lsh@lubrizol.com)
-# Updated 18 May 1999 by Vince Vielhaber (vev@michvhf.com)
-###########################################################################
-
-pgconnection.o :: pgconnection.cc \
- pgconnection.h \
- $(LIBPQDIR)/libpq-fe.h \
- $(LIBPQDIR)/fe-auth.h
-
-pgtransdb.o :: pgtransdb.cc \
- pgtransdb.h \
- pgdatabase.h \
- pgconnection.h \
- $(LIBPQDIR)/libpq-fe.h \
- $(LIBPQDIR)/fe-auth.h
-
-pgcursordb.o :: pgcursordb.cc \
- pgcursordb.h \
- pgdatabase.h \
- pgconnection.h \
- $(LIBPQDIR)/libpq-fe.h \
- $(LIBPQDIR)/fe-auth.h
-
-pglobject.o :: pglobject.cc \
- pglobject.h \
- pgconnection.h \
- $(LIBPQDIR)/libpq-fe.h \
- $(LIBPQHEADERDIR)/libpq-fs.h