aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/ruby/defs.h
diff options
context:
space:
mode:
authorGravatar Ali Polatel <alip@exherbo.org>2012-05-07 18:02:45 +0300
committerGravatar David Bremner <bremner@debian.org>2012-05-08 10:34:33 -0300
commit82b73ffd7380b85d259eeb91100dd6ac2d14223a (patch)
treeaf9c0d5c1dedf763700f523f89b046f5dd3a49e1 /bindings/ruby/defs.h
parent92680f12ebd276952ae51ff271526f4dd995a18a (diff)
ruby: Add workarounds to use in-tree build not the installed one
- Make mkmf use the notmuch.h under ../../lib - Use libnotmuch.a instead of linking to the installed libnotmuch.so
Diffstat (limited to 'bindings/ruby/defs.h')
-rw-r--r--bindings/ruby/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h
index a41cf10e..6fe57870 100644
--- a/bindings/ruby/defs.h
+++ b/bindings/ruby/defs.h
@@ -1,6 +1,6 @@
/* The Ruby interface to the notmuch mail library
*
- * Copyright © 2010, 2011 Ali Polatel
+ * Copyright © 2010, 2011, 2012 Ali Polatel
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -21,8 +21,8 @@
#ifndef DEFS_H
#define DEFS_H
-#include <notmuch.h>
#include <ruby.h>
+#include "notmuch.h"
VALUE notmuch_rb_cDatabase;
VALUE notmuch_rb_cDirectory;