[couchdb-glib] Fixed distcheck



commit 80718309f63332d3dac4ac1b1ae9fa484f5bf637
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Thu Jun 11 11:55:56 2009 +0200

    Fixed distcheck
---
 configure.ac                |    2 +-
 couchdb-glib/Makefile.am    |    4 +++-
 tests/test-list-databases.c |    2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 122b863..fd3e400 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libcouchdb], [0.1], [], [libcouchdb])
+AC_INIT([couchdb-glib], [0.1], [], [couchdb-glib])
 
 AC_PREREQ([2.59])
 
diff --git a/couchdb-glib/Makefile.am b/couchdb-glib/Makefile.am
index 6de6b74..f4d4b44 100644
--- a/couchdb-glib/Makefile.am
+++ b/couchdb-glib/Makefile.am
@@ -9,5 +9,7 @@ libcouchdb_glib_la_SOURCES =		\
 	utils.c				\
 	utils.h
 
-hdir = $(includedir)/libcouchdb
+hdir = $(includedir)/couchdb-glib
 h_DATA = couchdb-glib.h
+
+EXTRA_DIST = $(h_DATA)
diff --git a/tests/test-list-databases.c b/tests/test-list-databases.c
index 6a55bda..3403335 100644
--- a/tests/test-list-databases.c
+++ b/tests/test-list-databases.c
@@ -19,7 +19,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include <couchdb-glib/couchdb-glib.h>
+#include "../couchdb-glib/couchdb-glib.h"
 
 int
 main (int argc, char *argv[])



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