Remove keydb backend specific compilation rule
authorJonathan McDowell <noodles@earth.li>
Mon, 18 Jan 2010 10:14:38 +0000 (23:14 +1300)
committerJonathan McDowell <noodles@earth.li>
Mon, 18 Jan 2010 10:14:38 +0000 (23:14 +1300)
commit29d278dc5e9cca1cbabccc6b9536e05a76892a4d
tree31bbc929e6587e5473bc1cbb33a657e9b2226628
parent8830b51522a66e915d665261cd82ae46e275568f
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.
Makefile.in