From: Jonathan McDowell Date: Mon, 18 Jan 2010 10:14:38 +0000 (+1300) Subject: Remove keydb backend specific compilation rule X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/29d278dc5e9cca1cbabccc6b9536e05a76892a4d?ds=sidebyside;hp=29d278dc5e9cca1cbabccc6b9536e05a76892a4d Remove keydb backend specific compilation rule We were defining a custom compile rule for the keydb .c -> .o stage, which left out the CFLAGS. We don't need this; the custom bit is at link time so we pick up the right libs. ---