]> andersk Git - moira.git/blob - util/gdss/lib/crypto/Imakefile
update for dirremote->dirmailhide
[moira.git] / util / gdss / lib / crypto / Imakefile
1 /* $Header$ */
2
3 #define have_subdirs
4 SUBDIRS = algorithm bignum
5
6 OBJS =  hashes.o \
7         read_password.o \
8         crypto_util.o \
9         dumphex.o \
10         read_privkey.o \
11         read_pubkey.o \
12         write_pubkey.o \
13         KeyFromPQ.o
14
15 DEFINES = -I. -I../../include -Ibignum/h
16
17 all:: $(OBJS)
This page took 0.044646 seconds and 5 git commands to generate.