gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8038 - GNUnet/src/applications


From: gnunet
Subject: [GNUnet-SVN] r8038 - GNUnet/src/applications
Date: Sat, 27 Dec 2008 02:40:51 -0700 (MST)

Author: grothoff
Date: 2008-12-27 02:40:51 -0700 (Sat, 27 Dec 2008)
New Revision: 8038

Modified:
   GNUnet/src/applications/Makefile.am
Log:
draft for postgres support

Modified: GNUnet/src/applications/Makefile.am
===================================================================
--- GNUnet/src/applications/Makefile.am 2008-12-27 09:40:42 UTC (rev 8037)
+++ GNUnet/src/applications/Makefile.am 2008-12-27 09:40:51 UTC (rev 8038)
@@ -6,6 +6,10 @@
  SQLITE_DIR = sqstore_sqlite kvstore_sqlite dstore_sqlite
 endif
 
+if HAVE_POSTGRES
+# POSTGRES_DIR = sqstore_postgres
+endif
+
 if LINUX
  VPN_DIR = vpn
 endif
@@ -28,6 +32,7 @@
  session \
  $(MYSQL_DIR) \
  $(SQLITE_DIR) \
+ $(POSTGRES_DIR) \
  tbench \
  template \
  topology_default \





reply via email to

[Prev in Thread] Current Thread [Next in Thread]