[rep-gtk] update for librep 0.90.5 header directory change



commit 66306a541dc3e878e8eab89fb68d160e50878492
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Sat Jan 2 00:36:40 2010 +0100

    update for librep 0.90.5 header directory change

 ChangeLog    |    4 ++++
 build-gtk.jl |    2 +-
 rep-gtk.h    |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0e6fd0d..53961ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-02  Christopher Bratusek <zanghar freenet de>
+	* rep-gtk.h
+	* build-gtk.jl: update for librep 0.90.5 header directory change
+
 2009-12-29  Christopher Bratusek <zanghar freenet de>
 	* configure.in
 	* debian/control.in: autogenerate debian/control
diff --git a/build-gtk.jl b/build-gtk.jl
index daef385..ec69a29 100644
--- a/build-gtk.jl
+++ b/build-gtk.jl
@@ -309,7 +309,7 @@
     (mapc (lambda (opt)
 	    (@ "%s\n" opt))
 	  (gtk-get-options 'includes gtk-options)))
-  (@ "#include <rep.h>\n")
+  (@ "#include <rep/rep.h>\n")
   (@ "#include \"rep-gtk.h\"\n\n"))
 
 (defun output-footer (output)
diff --git a/rep-gtk.h b/rep-gtk.h
index c9d8fa8..acf4946 100644
--- a/rep-gtk.h
+++ b/rep-gtk.h
@@ -25,7 +25,7 @@
 #include <config.h>
 #endif
 
-#include <rep.h>
+#include <rep/rep.h>
 #include <gtk/gtk.h>
 
 typedef struct _sgtk_type_info {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]