X-Git-Url: http://the.earth.li/gitweb/?p=onak.git;a=blobdiff_plain;f=Makefile.in;h=76d7fc463b1aa7be6be664ac167c141b38a6ffca;hp=da116ac19ca25baad2f39c0dd1689319c397a1b4;hb=8e0907be1d73011075a99a0c029c56664e12843e;hpb=0e735a0b184b202a0533c52171fc55506fa45db2 diff --git a/Makefile.in b/Makefile.in index da116ac..76d7fc4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -142,12 +142,12 @@ onak: onak.o cleankey.o $(CORE_OBJS) $(KEYDB_OBJ) onak-conf.o: onak-conf.c onak-conf.h $(CC) $(CFLAGS) -DCONFIGFILE=\"@sysconfdir@/onak.conf\" \ - -DDBFUNCS=keydb_@DBTYPE@_funcs -c onak-conf.c + -DDBINIT=keydb_@DBTYPE@_init -c onak-conf.c # HACK: onak-conf.o needs to be able to see keydb_@DBTYPE@_funcs, but # keydctl doesn't want to link against the DB stuff. To be fixed more cleanly. keydctl.o: keydctl.c keyd.h - $(CC) $(CFLAGS) -DDBFUNCS=keydb_@DBTYPE@_funcs -c keydctl.c + $(CC) $(CFLAGS) -DDBINIT=keydb_@DBTYPE@_init -c keydctl.c onak-mail.pl: onak-mail.pl.in sed 's:@CONFIG@:@sysconfdir@/onak.conf:g' < onak-mail.pl.in > onak-mail.pl