diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-02-05 22:24:10 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-02-05 22:24:10 +0000 |
commit | d75a2de4e9a450269291a47593f2e50c37eca733 (patch) | |
tree | 915d9cf6f76d8cfb2e7fb80f948aa362e72a944f /src/include/Makefile.am | |
parent | 522bd40f4cee9e5546d15128f76d18799017220c (diff) |
creating libgnunetpq library
Diffstat (limited to 'src/include/Makefile.am')
-rw-r--r-- | src/include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am index dd32da1713..626089dbc8 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -84,6 +84,7 @@ gnunetinclude_HEADERS = \ gnunet_peerstore_plugin.h \ gnunet_peerstore_service.h \ gnunet_plugin_lib.h \ + gnunet_pq_lib.h \ gnunet_postgres_lib.h \ gnunet_psycstore_plugin.h \ gnunet_psycstore_service.h \ |