From 296b0ece4b232e2cae32622450527ce90062abfb Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 22 Apr 2018 17:25:04 +0100 Subject: Rename submodule Enables reference cloning to work. --- .gitmodules | 2 +- libdbpp/unittests/Jamfile.jam | 4 ++-- libdbpp/unittests/libdbpp-postgresql | 1 + libdbpp/unittests/pq | 1 - 4 files changed, 4 insertions(+), 4 deletions(-) create mode 160000 libdbpp/unittests/libdbpp-postgresql delete mode 160000 libdbpp/unittests/pq 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 ] : ../..//glibmm libpq ..//adhocutil @@ -59,7 +59,7 @@ lib dbpp-local-postgresql : boost_date_time boost_system : : - pq/libpqpp + libdbpp-postgresql/libpqpp "-I`pg_config --includedir`" ../..//glibmm ..//dbppcore diff --git a/libdbpp/unittests/libdbpp-postgresql b/libdbpp/unittests/libdbpp-postgresql new file mode 160000 index 0000000..fbad5dc --- /dev/null +++ b/libdbpp/unittests/libdbpp-postgresql @@ -0,0 +1 @@ +Subproject commit fbad5dcdf8f17d1a3f3ff954f48b55d605d0a50c diff --git a/libdbpp/unittests/pq b/libdbpp/unittests/pq deleted file mode 160000 index fbad5dc..0000000 --- a/libdbpp/unittests/pq +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fbad5dcdf8f17d1a3f3ff954f48b55d605d0a50c -- cgit v1.2.3