diff options
-rw-r--r-- | .gitmodules | 2 | ||||
-rw-r--r-- | libdbpp/unittests/Jamfile.jam | 4 | ||||
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 |