summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-04-22 17:25:04 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2018-04-22 17:25:04 +0100
commit296b0ece4b232e2cae32622450527ce90062abfb (patch)
treedcbec8522ddfa27224168464333b7cf65ed93c65
parentVariadic mock pool constructor (diff)
downloadlibdbpp-296b0ece4b232e2cae32622450527ce90062abfb.tar.bz2
libdbpp-296b0ece4b232e2cae32622450527ce90062abfb.tar.xz
libdbpp-296b0ece4b232e2cae32622450527ce90062abfb.zip
Rename submodulelibdbpp-1.2.0.1
Enables reference cloning to work.
-rw-r--r--.gitmodules2
-rw-r--r--libdbpp/unittests/Jamfile.jam4
m---------libdbpp/unittests/libdbpp-postgresql (renamed from libdbpp/unittests/pq)0
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 314d94b..6a0359d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "libdbpp/unittests/pq"]
- path = libdbpp/unittests/pq
+ path = libdbpp/unittests/libdbpp-postgresql
url = http://git.randomdan.homeip.net/git/libdbpp-postgresql
diff --git a/libdbpp/unittests/Jamfile.jam b/libdbpp/unittests/Jamfile.jam
index 69b25e9..b1413ba 100644
--- a/libdbpp/unittests/Jamfile.jam
+++ b/libdbpp/unittests/Jamfile.jam
@@ -51,7 +51,7 @@ alias libpq : : : :
;
lib dbpp-local-postgresql :
- [ glob pq/libpqpp/*.cpp ] :
+ [ glob libdbpp-postgresql/libpqpp/*.cpp ] :
<library>../..//glibmm
<library>libpq
<library>..//adhocutil
@@ -59,7 +59,7 @@ lib dbpp-local-postgresql :
<library>boost_date_time
<library>boost_system
: :
- <include>pq/libpqpp
+ <include>libdbpp-postgresql/libpqpp
<cflags>"-I`pg_config --includedir`"
<library>../..//glibmm
<library>..//dbppcore
diff --git a/libdbpp/unittests/pq b/libdbpp/unittests/libdbpp-postgresql
-Subproject fbad5dcdf8f17d1a3f3ff954f48b55d605d0a50
+Subproject fbad5dcdf8f17d1a3f3ff954f48b55d605d0a50