]> the.earth.li Git - onak.git/blobdiff - Makefile
cscvs to tla changeset 25
[onak.git] / Makefile
index 343b0f07cd93ebabcf016f45574d667836a28203..4eb0ad7e818f16baa4ee85f320f94be9465b0143 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,10 @@ CC = gcc
 CFLAGS += -Wall -pedantic -g -I/usr/local/include
 #LDFLAGS += -pg
 # Can be "pg" for Postgresql, "file" for flat files or "db2" for pksd db2 style.
-DBTYPE = pg
+DBTYPE = db3
 # If using DBTYPE of "file" then comment the following line out.
-LIBS = -L/usr/local/lib -lpq
-#LIBS = -L/usr/local/lib -ldb2
+#LIBS = -L/usr/local/lib -lpq
+LIBS = -L/usr/local/lib -ldb3
 
 PROGS = add lookup gpgwww onak
 OBJS = armor.o parsekey.o keydb_$(DBTYPE).o merge.o keyid.o md5.o sha.o \