X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=Makefile;h=4eb0ad7e818f16baa4ee85f320f94be9465b0143;hb=39627dc8919cce4132cd21528f1e3c6c38aeae85;hp=9f432b810a1ff3bc08d75ffb909905c7c1bd3ba4;hpb=e02c731dfbb288c736f2cd09a9b6df0507c59ddd;p=onak.git diff --git a/Makefile b/Makefile index 9f432b8..4eb0ad7 100644 --- 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 \ @@ -52,6 +52,4 @@ clean: depend: makedepend $(SRCS) -keydb_pg.o: keydb.o - # DO NOT DELETE