diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-28 20:53:21 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-28 20:53:21 +0100 |
commit | 9c3c6295a85a03fdad9a77799e85289ce65a109b (patch) | |
tree | 4325f5a0d8f26f32effd9b2bf4c900a83a038d8a /src/pq/Makefile.am | |
parent | c4b63c13029b9d731b826ffab4a9d59005b0c6a5 (diff) |
even cleaner separation of PostGres-specific logic, and nicer libtalerutil headers
Diffstat (limited to 'src/pq/Makefile.am')
-rw-r--r-- | src/pq/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am index cd7a5c93f..532d2909b 100644 --- a/src/pq/Makefile.am +++ b/src/pq/Makefile.am @@ -4,7 +4,7 @@ lib_LTLIBRARIES = \ libtalerpq.la libtalerpq_la_SOURCES = \ - db_pq.c + db_pq.c db_pq.h libtalerpq_la_LIBADD = \ -lgnunetutil \ |